Html Css Color HEX #012ABD International Klein Blue

📋 copy color: '#012ABD'

red 1 ◦ green 42 ◦ blue 189

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

Shades of International Klein Blue #012ABD

Tints of International Klein Blue #012ABD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.1%

 BLUE value IS 189 (74.22% from 255) = 81.47%

R = 0.43%
G = 18.1%
B = 81.47%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#012ABD (or 0x012ABD) is known color: International Klein Blue. HEX triplet: 01, 2A and BD. RGB value is (1,42,189). Sum of RGB (Red+Green+Blue) = 1+42+189=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 189 (74.22% from 255 or 81.47% from 232); Max value from RGB is 189 - color contains mainly: blue. Hex color #012ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012ABD is #FED542. Grayscale: #2D2D2D. Windows color (decimal): -16700739 or 12397057. OLE color: 12397057.

HSL color Cylindrical-coordinate representation of color #012ABD: hue angle of 226.91º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012ABD is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 42 189 -
CMYK 0.99 0.78 0 0.26
HSL 226.91º 0.99% 0.37% -
HSV(B) 226.91º 0.99% 0.74% -
XYZ 10.03 5.34 48.65 -
YUV 46.5 208.42 95.55 -
System Red Green Blue C M Y K H S L
Decimal 1 42 189 0.99 0.78 0 0.26 226.91 0.99 0.37
Hex 1 2A BD 63 4E 0 1A E3 63 25
Octal 1 52 275 143 116 0 32 343 143 45
Binary 1 101010 10111101 1100011 1001110 0 11010 11100011 1100011 100101

Color Harmonies of #012ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012ABD

Black with #012ABD

Text Example


Text Example

White with #012ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,42,189); }

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

background-color css

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

 a { background-color: rgb(1,42,189); }

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

border-color css

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

 span { border-color: rgb(1,42,189); }

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