Html Css Color HEX #042098 International Klein Blue

📋 copy color: '#042098'

red 4 ◦ green 32 ◦ blue 152

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

Shades of International Klein Blue #042098

Tints of International Klein Blue #042098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 80.85%

R = 2.13%
G = 17.02%
B = 80.85%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#042098 (or 0x042098) is known color: International Klein Blue. HEX triplet: 04, 20 and 98. RGB value is (4,32,152). Sum of RGB (Red+Green+Blue) = 4+32+152=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 152 (59.77% from 255 or 80.85% from 188); Max value from RGB is 152 - color contains mainly: blue. Hex color #042098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042098 is #FBDF67. Grayscale: #242424. Windows color (decimal): -16506728 or 9969668. OLE color: 9969668.

HSL color Cylindrical-coordinate representation of color #042098: hue angle of 228.65º 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 #042098 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 32 152 -
CMYK 0.97 0.79 0 0.40
HSL 228.65º 0.95% 0.31% -
HSV(B) 228.65º 0.97% 0.6% -
XYZ 6.23 3.33 30.02 -
YUV 37.31 192.72 104.24 -
System Red Green Blue C M Y K H S L
Decimal 4 32 152 0.97 0.79 0 0.40 228.65 0.95 0.31
Hex 4 20 98 61 4F 0 28 E5 5F 1F
Octal 4 40 230 141 117 0 50 345 137 37
Binary 100 100000 10011000 1100001 1001111 0 101000 11100101 1011111 11111

Color Harmonies of #042098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042098

Black with #042098

Text Example


Text Example

White with #042098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042098; }

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

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

background-color css

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

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

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

border-color css

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

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

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