Html Css Color HEX #042099 International Klein Blue

📋 copy color: '#042099'

red 4 ◦ green 32 ◦ blue 153

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

Shades of International Klein Blue #042099

Tints of International Klein Blue #042099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.93%

 BLUE value IS 153 (60.16% from 255) = 80.95%

R = 2.12%
G = 16.93%
B = 80.95%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#042099 (or 0x042099) is known color: International Klein Blue. HEX triplet: 04, 20 and 99. RGB value is (4,32,153). Sum of RGB (Red+Green+Blue) = 4+32+153=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 153 (60.16% from 255 or 80.95% from 189); Max value from RGB is 153 - color contains mainly: blue. Hex color #042099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042099 is #FBDF66. Grayscale: #242424. Windows color (decimal): -16506727 or 10035204. OLE color: 10035204.

HSL color Cylindrical-coordinate representation of color #042099: hue angle of 228.72º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042099 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 4 32 153 -
CMYK 0.97 0.79 0 0.4
HSL 228.72º 0.95% 0.31% -
HSV(B) 228.72º 0.97% 0.6% -
XYZ 6.32 3.36 30.45 -
YUV 37.42 193.22 104.16 -
System Red Green Blue C M Y K H S L
Decimal 4 32 153 0.97 0.79 0 0.4 228.72 0.95 0.31
Hex 4 20 99 61 4F 0 28 E5 5F 1F
Octal 4 40 231 141 117 0 50 345 137 37
Binary 100 100000 10011001 1100001 1001111 0 101000 11100101 1011111 11111

Color Harmonies of #042099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042099

Black with #042099

Text Example


Text Example

White with #042099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042099; }

 p { color: rgb(4,32,153); }

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

background-color css

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

 a { background-color: rgb(4,32,153); }

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

border-color css

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

 span { border-color: rgb(4,32,153); }

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