Html Css Color HEX #012C9E International Klein Blue

📋 copy color: '#012C9E'

red 1 ◦ green 44 ◦ blue 158

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

Shades of International Klein Blue #012C9E

Tints of International Klein Blue #012C9E

RGB

 RED value IS 1 (0.78% from 255) = 0.49%

 GREEN value IS 44 (17.58% from 255) = 21.67%

 BLUE value IS 158 (62.11% from 255) = 77.83%

R = 0.49%
G = 21.67%
B = 77.83%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#012C9E (or 0x012C9E) is known color: International Klein Blue. HEX triplet: 01, 2C and 9E. RGB value is (1,44,158). Sum of RGB (Red+Green+Blue) = 1+44+158=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 158 (62.11% from 255 or 77.83% from 203); Max value from RGB is 158 - color contains mainly: blue. Hex color #012C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012C9E is #FED361. Grayscale: #2B2B2B. Windows color (decimal): -16700258 or 10365953. OLE color: 10365953.

HSL color Cylindrical-coordinate representation of color #012C9E: hue angle of 223.57º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C9E is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 44 158 -
CMYK 0.99 0.72 0 0.38
HSL 223.57º 0.99% 0.31% -
HSV(B) 223.57º 0.99% 0.62% -
XYZ 7.08 4.28 32.8 -
YUV 44.14 192.25 97.23 -
System Red Green Blue C M Y K H S L
Decimal 1 44 158 0.99 0.72 0 0.38 223.57 0.99 0.31
Hex 1 2C 9E 63 48 0 26 E0 63 1F
Octal 1 54 236 143 110 0 46 340 143 37
Binary 1 101100 10011110 1100011 1001000 0 100110 11100000 1100011 11111

Color Harmonies of #012C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C9E

Black with #012C9E

Text Example


Text Example

White with #012C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012C9E; }

 p { color: rgb(1,44,158); }

 H1.HeaderClassName
 {
   color: #012C9E;
 }
 .AnyTagClassName
 {
   color: #012C9E;
 }
</style>

background-color css

<style>
 a { background-color: #012C9E; }

 a { background-color: rgb(1,44,158); }

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

border-color css

<style>
 span { border-color: #012C9E; }

 span { border-color: rgb(1,44,158); }

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