Html Css Color HEX #0C1BB9 International Klein Blue

📋 copy color: '#0C1BB9'

red 12 ◦ green 27 ◦ blue 185

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

Shades of International Klein Blue #0C1BB9

Tints of International Klein Blue #0C1BB9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.05%

 BLUE value IS 185 (72.66% from 255) = 82.59%

R = 5.36%
G = 12.05%
B = 82.59%

CMYK

 C value IS 0.94

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0C1BB9 (or 0x0C1BB9) is known color: International Klein Blue. HEX triplet: 0C, 1B and B9. RGB value is (12,27,185). Sum of RGB (Red+Green+Blue) = 12+27+185=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 185 (72.66% from 255 or 82.59% from 224); Max value from RGB is 185 - color contains mainly: blue. Hex color #0C1BB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1BB9 is #F3E446. Grayscale: #272727. Windows color (decimal): -15983687 or 12131084. OLE color: 12131084.

HSL color Cylindrical-coordinate representation of color #0C1BB9: hue angle of 234.8º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C1BB9 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 27 185 -
CMYK 0.94 0.85 0 0.27
HSL 234.8º 0.88% 0.39% -
HSV(B) 234.8º 0.94% 0.73% -
XYZ 9.3 4.36 46.25 -
YUV 40.53 209.53 107.65 -
System Red Green Blue C M Y K H S L
Decimal 12 27 185 0.94 0.85 0 0.27 234.8 0.88 0.39
Hex C 1B B9 5E 55 0 1B EB 58 27
Octal 14 33 271 136 125 0 33 353 130 47
Binary 1100 11011 10111001 1011110 1010101 0 11011 11101011 1011000 100111

Color Harmonies of #0C1BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1BB9

Black with #0C1BB9

Text Example


Text Example

White with #0C1BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,27,185); }

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

background-color css

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

 a { background-color: rgb(12,27,185); }

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

border-color css

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

 span { border-color: rgb(12,27,185); }

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