Html Css Color HEX #012DA6 International Klein Blue

📋 copy color: '#012DA6'

red 1 ◦ green 45 ◦ blue 166

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

Shades of International Klein Blue #012DA6

Tints of International Klein Blue #012DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 78.3%

R = 0.47%
G = 21.23%
B = 78.3%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#012DA6 (or 0x012DA6) is known color: International Klein Blue. HEX triplet: 01, 2D and A6. RGB value is (1,45,166). Sum of RGB (Red+Green+Blue) = 1+45+166=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 166 (65.23% from 255 or 78.30% from 212); Max value from RGB is 166 - color contains mainly: blue. Hex color #012DA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012DA6 is #FED259. Grayscale: #2D2D2D. Windows color (decimal): -16699994 or 10890497. OLE color: 10890497.

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

Color convert

RGB 1 45 166 -
CMYK 0.99 0.73 0 0.35
HSL 224º 0.99% 0.33% -
HSV(B) 224º 0.99% 0.65% -
XYZ 7.83 4.64 36.56 -
YUV 45.64 195.92 96.16 -
System Red Green Blue C M Y K H S L
Decimal 1 45 166 0.99 0.73 0 0.35 224 0.99 0.33
Hex 1 2D A6 63 49 0 23 E0 63 21
Octal 1 55 246 143 111 0 43 340 143 41
Binary 1 101101 10100110 1100011 1001001 0 100011 11100000 1100011 100001

Color Harmonies of #012DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DA6

Black with #012DA6

Text Example


Text Example

White with #012DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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