Html Css Color HEX #042AAB International Klein Blue

📋 copy color: '#042AAB'

red 4 ◦ green 42 ◦ blue 171

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

Shades of International Klein Blue #042AAB

Tints of International Klein Blue #042AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.35%

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

R = 1.84%
G = 19.35%
B = 78.8%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#042AAB (or 0x042AAB) is known color: International Klein Blue. HEX triplet: 04, 2A and AB. RGB value is (4,42,171). Sum of RGB (Red+Green+Blue) = 4+42+171=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 171 (67.19% from 255 or 78.80% from 217); Max value from RGB is 171 - color contains mainly: blue. Hex color #042AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042AAB is #FBD554. Grayscale: #2C2C2C. Windows color (decimal): -16504149 or 11217412. OLE color: 11217412.

HSL color Cylindrical-coordinate representation of color #042AAB: hue angle of 226.35º 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 #042AAB is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 42 171 -
CMYK 0.98 0.75 0 0.33
HSL 226.35º 0.95% 0.34% -
HSV(B) 226.35º 0.98% 0.67% -
XYZ 8.23 4.62 38.99 -
YUV 45.34 198.91 98.51 -
System Red Green Blue C M Y K H S L
Decimal 4 42 171 0.98 0.75 0 0.33 226.35 0.95 0.34
Hex 4 2A AB 62 4B 0 21 E2 5F 22
Octal 4 52 253 142 113 0 41 342 137 42
Binary 100 101010 10101011 1100010 1001011 0 100001 11100010 1011111 100010

Color Harmonies of #042AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042AAB

Black with #042AAB

Text Example


Text Example

White with #042AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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