Html Css Color HEX #042EC0 International Klein Blue

📋 copy color: '#042EC0'

red 4 ◦ green 46 ◦ blue 192

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

Shades of International Klein Blue #042EC0

Tints of International Klein Blue #042EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 79.34%

R = 1.65%
G = 19.01%
B = 79.34%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#042EC0 (or 0x042EC0) is known color: International Klein Blue. HEX triplet: 04, 2E and C0. RGB value is (4,46,192). Sum of RGB (Red+Green+Blue) = 4+46+192=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 192 (75.39% from 255 or 79.34% from 242); Max value from RGB is 192 - color contains mainly: blue. Hex color #042EC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042EC0 is #FBD13F. Grayscale: #313131. Windows color (decimal): -16503104 or 12594692. OLE color: 12594692.

HSL color Cylindrical-coordinate representation of color #042EC0: hue angle of 226.6º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042EC0 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 46 192 -
CMYK 0.98 0.76 0 0.25
HSL 226.6º 0.96% 0.38% -
HSV(B) 226.6º 0.98% 0.75% -
XYZ 10.54 5.79 50.43 -
YUV 50.09 208.09 95.13 -
System Red Green Blue C M Y K H S L
Decimal 4 46 192 0.98 0.76 0 0.25 226.6 0.96 0.38
Hex 4 2E C0 62 4C 0 19 E3 60 26
Octal 4 56 300 142 114 0 31 343 140 46
Binary 100 101110 11000000 1100010 1001100 0 11001 11100011 1100000 100110

Color Harmonies of #042EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042EC0

Black with #042EC0

Text Example


Text Example

White with #042EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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