Html Css Color HEX #0C1EB3 International Klein Blue

📋 copy color: '#0C1EB3'

red 12 ◦ green 30 ◦ blue 179

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

Shades of International Klein Blue #0C1EB3

Tints of International Klein Blue #0C1EB3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.57%

 BLUE value IS 179 (70.31% from 255) = 81%

R = 5.43%
G = 13.57%
B = 81%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0C1EB3 (or 0x0C1EB3) is known color: International Klein Blue. HEX triplet: 0C, 1E and B3. RGB value is (12,30,179). Sum of RGB (Red+Green+Blue) = 12+30+179=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 179 (70.31% from 255 or 81.00% from 221); Max value from RGB is 179 - color contains mainly: blue. Hex color #0C1EB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1EB3 is #F3E14C. Grayscale: #282828. Windows color (decimal): -15982925 or 11738636. OLE color: 11738636.

HSL color Cylindrical-coordinate representation of color #0C1EB3: hue angle of 233.53º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C1EB3 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 12 30 179 -
CMYK 0.93 0.83 0 0.30
HSL 233.53º 0.87% 0.37% -
HSV(B) 233.53º 0.93% 0.7% -
XYZ 8.75 4.26 43.01 -
YUV 41.6 205.54 106.88 -
System Red Green Blue C M Y K H S L
Decimal 12 30 179 0.93 0.83 0 0.30 233.53 0.87 0.37
Hex C 1E B3 5D 53 0 1E EA 57 25
Octal 14 36 263 135 123 0 36 352 127 45
Binary 1100 11110 10110011 1011101 1010011 0 11110 11101010 1010111 100101

Color Harmonies of #0C1EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1EB3

Black with #0C1EB3

Text Example


Text Example

White with #0C1EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,30,179); }

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

background-color css

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

 a { background-color: rgb(12,30,179); }

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

border-color css

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

 span { border-color: rgb(12,30,179); }

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