Html Css Color HEX #042EA2 International Klein Blue

📋 copy color: '#042EA2'

red 4 ◦ green 46 ◦ blue 162

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

Shades of International Klein Blue #042EA2

Tints of International Klein Blue #042EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 76.42%

R = 1.89%
G = 21.7%
B = 76.42%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#042EA2 (or 0x042EA2) is known color: International Klein Blue. HEX triplet: 04, 2E and A2. RGB value is (4,46,162). Sum of RGB (Red+Green+Blue) = 4+46+162=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 162 (63.67% from 255 or 76.42% from 212); Max value from RGB is 162 - color contains mainly: blue. Hex color #042EA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042EA2 is #FBD15D. Grayscale: #2E2E2E. Windows color (decimal): -16503134 or 10628612. OLE color: 10628612.

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

Color convert

RGB 4 46 162 -
CMYK 0.98 0.72 0 0.36
HSL 224.05º 0.95% 0.33% -
HSV(B) 224.05º 0.98% 0.64% -
XYZ 7.55 4.59 34.67 -
YUV 46.67 193.09 97.57 -
System Red Green Blue C M Y K H S L
Decimal 4 46 162 0.98 0.72 0 0.36 224.05 0.95 0.33
Hex 4 2E A2 62 48 0 24 E0 5F 21
Octal 4 56 242 142 110 0 44 340 137 41
Binary 100 101110 10100010 1100010 1001000 0 100100 11100000 1011111 100001

Color Harmonies of #042EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042EA2

Black with #042EA2

Text Example


Text Example

White with #042EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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