Html Css Color HEX #012DAD International Klein Blue

📋 copy color: '#012DAD'

red 1 ◦ green 45 ◦ blue 173

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

Shades of International Klein Blue #012DAD

Tints of International Klein Blue #012DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 79%

R = 0.46%
G = 20.55%
B = 79%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#012DAD (or 0x012DAD) is known color: International Klein Blue. HEX triplet: 01, 2D and AD. RGB value is (1,45,173). Sum of RGB (Red+Green+Blue) = 1+45+173=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 173 (67.97% from 255 or 79.00% from 219); Max value from RGB is 173 - color contains mainly: blue. Hex color #012DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012DAD is #FED252. Grayscale: #2D2D2D. Windows color (decimal): -16699987 or 11349249. OLE color: 11349249.

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

Color convert

RGB 1 45 173 -
CMYK 0.99 0.74 0 0.32
HSL 224.65º 0.99% 0.34% -
HSV(B) 224.65º 0.99% 0.68% -
XYZ 8.49 4.9 40.03 -
YUV 46.44 199.42 95.59 -
System Red Green Blue C M Y K H S L
Decimal 1 45 173 0.99 0.74 0 0.32 224.65 0.99 0.34
Hex 1 2D AD 63 4A 0 20 E1 63 22
Octal 1 55 255 143 112 0 40 341 143 42
Binary 1 101101 10101101 1100011 1001010 0 100000 11100001 1100011 100010

Color Harmonies of #012DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DAD

Black with #012DAD

Text Example


Text Example

White with #012DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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