Html Css Color HEX #0C1BBA International Klein Blue

📋 copy color: '#0C1BBA'

red 12 ◦ green 27 ◦ blue 186

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

Shades of International Klein Blue #0C1BBA

Tints of International Klein Blue #0C1BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 82.67%

R = 5.33%
G = 12%
B = 82.67%

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

#0C1BBA (or 0x0C1BBA) is known color: International Klein Blue. HEX triplet: 0C, 1B and BA. RGB value is (12,27,186). Sum of RGB (Red+Green+Blue) = 12+27+186=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 186 (73.05% from 255 or 82.67% from 225); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C1BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1BBA is #F3E445. Grayscale: #272727. Windows color (decimal): -15983686 or 12196620. OLE color: 12196620.

HSL color Cylindrical-coordinate representation of color #0C1BBA: hue angle of 234.83º 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 #0C1BBA is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 27 186 -
CMYK 0.94 0.85 0 0.27
HSL 234.83º 0.88% 0.39% -
HSV(B) 234.83º 0.94% 0.73% -
XYZ 9.41 4.41 46.81 -
YUV 40.64 210.03 107.57 -
System Red Green Blue C M Y K H S L
Decimal 12 27 186 0.94 0.85 0 0.27 234.83 0.88 0.39
Hex C 1B BA 5E 55 0 1B EB 58 27
Octal 14 33 272 136 125 0 33 353 130 47
Binary 1100 11011 10111010 1011110 1010101 0 11011 11101011 1011000 100111

Color Harmonies of #0C1BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1BBA

Black with #0C1BBA

Text Example


Text Example

White with #0C1BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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