Html Css Color HEX #0C1CAE International Klein Blue

📋 copy color: '#0C1CAE'

red 12 ◦ green 28 ◦ blue 174

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

Shades of International Klein Blue #0C1CAE

Tints of International Klein Blue #0C1CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.08%

 BLUE value IS 174 (68.36% from 255) = 81.31%

R = 5.61%
G = 13.08%
B = 81.31%

CMYK

 C value IS 0.93

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C1CAE (or 0x0C1CAE) is known color: International Klein Blue. HEX triplet: 0C, 1C and AE. RGB value is (12,28,174). Sum of RGB (Red+Green+Blue) = 12+28+174=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 174 (68.36% from 255 or 81.31% from 214); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C1CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1CAE is #F3E351. Grayscale: #272727. Windows color (decimal): -15983442 or 11410444. OLE color: 11410444.

HSL color Cylindrical-coordinate representation of color #0C1CAE: hue angle of 234.07º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C1CAE is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 28 174 -
CMYK 0.93 0.84 0 0.32
HSL 234.07º 0.87% 0.36% -
HSV(B) 234.07º 0.93% 0.68% -
XYZ 8.21 3.96 40.38 -
YUV 39.86 203.7 108.13 -
System Red Green Blue C M Y K H S L
Decimal 12 28 174 0.93 0.84 0 0.32 234.07 0.87 0.36
Hex C 1C AE 5D 54 0 20 EA 57 24
Octal 14 34 256 135 124 0 40 352 127 44
Binary 1100 11100 10101110 1011101 1010100 0 100000 11101010 1010111 100100

Color Harmonies of #0C1CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1CAE

Black with #0C1CAE

Text Example


Text Example

White with #0C1CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,28,174); }

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

background-color css

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

 a { background-color: rgb(12,28,174); }

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

border-color css

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

 span { border-color: rgb(12,28,174); }

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