Html Css Color HEX #042DAE International Klein Blue

📋 copy color: '#042DAE'

red 4 ◦ green 45 ◦ blue 174

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

Shades of International Klein Blue #042DAE

Tints of International Klein Blue #042DAE

RGB

 RED value IS 4 (1.95% from 255) = 1.79%

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

 BLUE value IS 174 (68.36% from 255) = 78.03%

R = 1.79%
G = 20.18%
B = 78.03%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#042DAE (or 0x042DAE) is known color: International Klein Blue. HEX triplet: 04, 2D and AE. RGB value is (4,45,174). Sum of RGB (Red+Green+Blue) = 4+45+174=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 174 (68.36% from 255 or 78.03% from 223); Max value from RGB is 174 - color contains mainly: blue. Hex color #042DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042DAE is #FBD251. Grayscale: #2E2E2E. Windows color (decimal): -16503378 or 11414788. OLE color: 11414788.

HSL color Cylindrical-coordinate representation of color #042DAE: hue angle of 225.53º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042DAE is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 45 174 -
CMYK 0.98 0.74 0 0.32
HSL 225.53º 0.96% 0.35% -
HSV(B) 225.53º 0.98% 0.68% -
XYZ 8.63 4.96 40.55 -
YUV 47.45 199.42 97.01 -
System Red Green Blue C M Y K H S L
Decimal 4 45 174 0.98 0.74 0 0.32 225.53 0.96 0.35
Hex 4 2D AE 62 4A 0 20 E2 60 23
Octal 4 55 256 142 112 0 40 342 140 43
Binary 100 101101 10101110 1100010 1001010 0 100000 11100010 1100000 100011

Color Harmonies of #042DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042DAE

Black with #042DAE

Text Example


Text Example

White with #042DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042DAE; }

 p { color: rgb(4,45,174); }

 H1.HeaderClassName
 {
   color: #042DAE;
 }
 .AnyTagClassName
 {
   color: #042DAE;
 }
</style>

background-color css

<style>
 a { background-color: #042DAE; }

 a { background-color: rgb(4,45,174); }

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

border-color css

<style>
 span { border-color: #042DAE; }

 span { border-color: rgb(4,45,174); }

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