Html Css Color HEX #0C49CA Persian Blue

📋 copy color: '#0C49CA'

red 12 ◦ green 73 ◦ blue 202

#0C49CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0C49CA

Tints of Persian Blue #0C49CA

RGB

 RED value IS 12 (5.08% from 255) = 4.18%

 GREEN value IS 73 (28.91% from 255) = 25.44%

 BLUE value IS 202 (79.3% from 255) = 70.38%

R = 4.18%
G = 25.44%
B = 70.38%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C49CA (or 0x0C49CA) is known color: Persian Blue. HEX triplet: 0C, 49 and CA. RGB value is (12,73,202). Sum of RGB (Red+Green+Blue) = 12+73+202=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 202 (79.30% from 255 or 70.38% from 287); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C49CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C49CA is #F3B635. Grayscale: #444444. Windows color (decimal): -15971894 or 13256972. OLE color: 13256972.

HSL color Cylindrical-coordinate representation of color #0C49CA: hue angle of 220.74º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C49CA is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 73 202 -
CMYK 0.94 0.64 0 0.21
HSL 220.74º 0.89% 0.42% -
HSV(B) 220.74º 0.94% 0.79% -
XYZ 13.19 9.11 56.94 -
YUV 69.47 202.79 87.01 -
System Red Green Blue C M Y K H S L
Decimal 12 73 202 0.94 0.64 0 0.21 220.74 0.89 0.42
Hex C 49 CA 5E 40 0 15 DD 59 2A
Octal 14 111 312 136 100 0 25 335 131 52
Binary 1100 1001001 11001010 1011110 1000000 0 10101 11011101 1011001 101010

Color Harmonies of #0C49CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C49CA

Black with #0C49CA

Text Example


Text Example

White with #0C49CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C49CA; }

 p { color: rgb(12,73,202); }

 H1.HeaderClassName
 {
   color: #0C49CA;
 }
 .AnyTagClassName
 {
   color: #0C49CA;
 }
</style>

background-color css

<style>
 a { background-color: #0C49CA; }

 a { background-color: rgb(12,73,202); }

 div.DivClassName
 {
   background-color: #0C49CA;
 }
 .BgClassName
 {
   background-color: #0C49CA;
 }
</style>

border-color css

<style>
 span { border-color: #0C49CA; }

 span { border-color: rgb(12,73,202); }

 td.TdClassName
 {
   border-color: #0C49CA;
 }
 .TagClassName
 {
   border-color: #0C49CA;
 }
</style>