Html Css Color HEX #042EA6 International Klein Blue

📋 copy color: '#042EA6'

red 4 ◦ green 46 ◦ blue 166

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

Shades of International Klein Blue #042EA6

Tints of International Klein Blue #042EA6

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.3%

 BLUE value IS 166 (65.23% from 255) = 76.85%

R = 1.85%
G = 21.3%
B = 76.85%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#042EA6 (or 0x042EA6) is known color: International Klein Blue. HEX triplet: 04, 2E and A6. RGB value is (4,46,166). Sum of RGB (Red+Green+Blue) = 4+46+166=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 166 (65.23% from 255 or 76.85% from 216); Max value from RGB is 166 - color contains mainly: blue. Hex color #042EA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042EA6 is #FBD159. Grayscale: #2E2E2E. Windows color (decimal): -16503130 or 10890756. OLE color: 10890756.

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

Color convert

RGB 4 46 166 -
CMYK 0.98 0.72 0 0.35
HSL 224.44º 0.95% 0.33% -
HSV(B) 224.44º 0.98% 0.65% -
XYZ 7.91 4.73 36.57 -
YUV 47.12 195.09 97.24 -
System Red Green Blue C M Y K H S L
Decimal 4 46 166 0.98 0.72 0 0.35 224.44 0.95 0.33
Hex 4 2E A6 62 48 0 23 E0 5F 21
Octal 4 56 246 142 110 0 43 340 137 41
Binary 100 101110 10100110 1100010 1001000 0 100011 11100000 1011111 100001

Color Harmonies of #042EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042EA6

Black with #042EA6

Text Example


Text Example

White with #042EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,46,166); }

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

background-color css

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

 a { background-color: rgb(4,46,166); }

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

border-color css

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

 span { border-color: rgb(4,46,166); }

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