Html Css Color HEX #0C44CD Persian Blue

📋 copy color: '#0C44CD'

red 12 ◦ green 68 ◦ blue 205

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

Shades of Persian Blue #0C44CD

Tints of Persian Blue #0C44CD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

 BLUE value IS 205 (80.47% from 255) = 71.93%

R = 4.21%
G = 23.86%
B = 71.93%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0C44CD (or 0x0C44CD) is known color: Persian Blue. HEX triplet: 0C, 44 and CD. RGB value is (12,68,205). Sum of RGB (Red+Green+Blue) = 12+68+205=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C44CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C44CD is #F3BB32. Grayscale: #424242. Windows color (decimal): -15973171 or 13452300. OLE color: 13452300.

HSL color Cylindrical-coordinate representation of color #0C44CD: hue angle of 222.59º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C44CD is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 68 205 -
CMYK 0.94 0.67 0 0.20
HSL 222.59º 0.89% 0.43% -
HSV(B) 222.59º 0.94% 0.8% -
XYZ 13.24 8.62 58.72 -
YUV 66.87 205.95 88.86 -
System Red Green Blue C M Y K H S L
Decimal 12 68 205 0.94 0.67 0 0.20 222.59 0.89 0.43
Hex C 44 CD 5E 43 0 14 DF 59 2B
Octal 14 104 315 136 103 0 24 337 131 53
Binary 1100 1000100 11001101 1011110 1000011 0 10100 11011111 1011001 101011

Color Harmonies of #0C44CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C44CD

Black with #0C44CD

Text Example


Text Example

White with #0C44CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,68,205); }

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

background-color css

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

 a { background-color: rgb(12,68,205); }

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

border-color css

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

 span { border-color: rgb(12,68,205); }

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