Html Css Color HEX #012DAA International Klein Blue

📋 copy color: '#012DAA'

red 1 ◦ green 45 ◦ blue 170

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

Shades of International Klein Blue #012DAA

Tints of International Klein Blue #012DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 78.7%

R = 0.46%
G = 20.83%
B = 78.7%

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

#012DAA (or 0x012DAA) is known color: International Klein Blue. HEX triplet: 01, 2D and AA. RGB value is (1,45,170). Sum of RGB (Red+Green+Blue) = 1+45+170=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #012DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012DAA is #FED255. Grayscale: #2D2D2D. Windows color (decimal): -16699990 or 11152641. OLE color: 11152641.

HSL color Cylindrical-coordinate representation of color #012DAA: hue angle of 224.38º 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 #012DAA is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 45 170 -
CMYK 0.99 0.74 0 0.33
HSL 224.38º 0.99% 0.34% -
HSV(B) 224.38º 0.99% 0.67% -
XYZ 8.21 4.79 38.52 -
YUV 46.09 197.92 95.84 -
System Red Green Blue C M Y K H S L
Decimal 1 45 170 0.99 0.74 0 0.33 224.38 0.99 0.34
Hex 1 2D AA 63 4A 0 21 E0 63 22
Octal 1 55 252 143 112 0 41 340 143 42
Binary 1 101101 10101010 1100011 1001010 0 100001 11100000 1100011 100010

Color Harmonies of #012DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DAA

Black with #012DAA

Text Example


Text Example

White with #012DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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