Html Css Color HEX #042DAB International Klein Blue

📋 copy color: '#042DAB'

red 4 ◦ green 45 ◦ blue 171

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

Shades of International Klein Blue #042DAB

Tints of International Klein Blue #042DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 77.73%

R = 1.82%
G = 20.45%
B = 77.73%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#042DAB (or 0x042DAB) is known color: International Klein Blue. HEX triplet: 04, 2D and AB. RGB value is (4,45,171). Sum of RGB (Red+Green+Blue) = 4+45+171=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #042DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042DAB is #FBD254. Grayscale: #2E2E2E. Windows color (decimal): -16503381 or 11218180. OLE color: 11218180.

HSL color Cylindrical-coordinate representation of color #042DAB: hue angle of 225.27º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042DAB is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 45 171 -
CMYK 0.98 0.74 0 0.33
HSL 225.27º 0.95% 0.34% -
HSV(B) 225.27º 0.98% 0.67% -
XYZ 8.34 4.84 39.02 -
YUV 47.11 197.92 97.25 -
System Red Green Blue C M Y K H S L
Decimal 4 45 171 0.98 0.74 0 0.33 225.27 0.95 0.34
Hex 4 2D AB 62 4A 0 21 E1 5F 22
Octal 4 55 253 142 112 0 41 341 137 42
Binary 100 101101 10101011 1100010 1001010 0 100001 11100001 1011111 100010

Color Harmonies of #042DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042DAB

Black with #042DAB

Text Example


Text Example

White with #042DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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