Html Css Color HEX #012DAB International Klein Blue

📋 copy color: '#012DAB'

red 1 ◦ green 45 ◦ blue 171

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

Shades of International Klein Blue #012DAB

Tints of International Klein Blue #012DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.74%

 BLUE value IS 171 (67.19% from 255) = 78.8%

R = 0.46%
G = 20.74%
B = 78.8%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#012DAB (or 0x012DAB) is known color: International Klein Blue. HEX triplet: 01, 2D and AB. RGB value is (1,45,171). Sum of RGB (Red+Green+Blue) = 1+45+171=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 171 (67.19% from 255 or 78.80% from 217); Max value from RGB is 171 - color contains mainly: blue. Hex color #012DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012DAB is #FED254. Grayscale: #2D2D2D. Windows color (decimal): -16699989 or 11218177. OLE color: 11218177.

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

Color convert

RGB 1 45 171 -
CMYK 0.99 0.74 0 0.33
HSL 224.47º 0.99% 0.34% -
HSV(B) 224.47º 0.99% 0.67% -
XYZ 8.3 4.82 39.02 -
YUV 46.21 198.42 95.75 -
System Red Green Blue C M Y K H S L
Decimal 1 45 171 0.99 0.74 0 0.33 224.47 0.99 0.34
Hex 1 2D AB 63 4A 0 21 E0 63 22
Octal 1 55 253 143 112 0 41 340 143 42
Binary 1 101101 10101011 1100011 1001010 0 100001 11100000 1100011 100010

Color Harmonies of #012DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DAB

Black with #012DAB

Text Example


Text Example

White with #012DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,45,171); }

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

background-color css

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

 a { background-color: rgb(1,45,171); }

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

border-color css

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

 span { border-color: rgb(1,45,171); }

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