Html Css Color HEX #012DA5 International Klein Blue

📋 copy color: '#012DA5'

red 1 ◦ green 45 ◦ blue 165

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

Shades of International Klein Blue #012DA5

Tints of International Klein Blue #012DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 78.2%

R = 0.47%
G = 21.33%
B = 78.2%

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

#012DA5 (or 0x012DA5) is known color: International Klein Blue. HEX triplet: 01, 2D and A5. RGB value is (1,45,165). Sum of RGB (Red+Green+Blue) = 1+45+165=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 165 (64.84% from 255 or 78.20% from 211); Max value from RGB is 165 - color contains mainly: blue. Hex color #012DA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012DA5 is #FED25A. Grayscale: #2D2D2D. Windows color (decimal): -16699995 or 10824961. OLE color: 10824961.

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

Color convert

RGB 1 45 165 -
CMYK 0.99 0.73 0 0.35
HSL 223.9º 0.99% 0.33% -
HSV(B) 223.9º 0.99% 0.65% -
XYZ 7.74 4.6 36.08 -
YUV 45.52 195.42 96.24 -
System Red Green Blue C M Y K H S L
Decimal 1 45 165 0.99 0.73 0 0.35 223.9 0.99 0.33
Hex 1 2D A5 63 49 0 23 E0 63 21
Octal 1 55 245 143 111 0 43 340 143 41
Binary 1 101101 10100101 1100011 1001001 0 100011 11100000 1100011 100001

Color Harmonies of #012DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DA5

Black with #012DA5

Text Example


Text Example

White with #012DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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