Html Css Color HEX #042DC0 International Klein Blue

📋 copy color: '#042DC0'

red 4 ◦ green 45 ◦ blue 192

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

Shades of International Klein Blue #042DC0

Tints of International Klein Blue #042DC0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.67%

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

R = 1.66%
G = 18.67%
B = 79.67%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#042DC0 (or 0x042DC0) is known color: International Klein Blue. HEX triplet: 04, 2D and C0. RGB value is (4,45,192). Sum of RGB (Red+Green+Blue) = 4+45+192=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 192 (75.39% from 255 or 79.67% from 241); Max value from RGB is 192 - color contains mainly: blue. Hex color #042DC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042DC0 is #FBD23F. Grayscale: #303030. Windows color (decimal): -16503360 or 12594436. OLE color: 12594436.

HSL color Cylindrical-coordinate representation of color #042DC0: hue angle of 226.91º 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 #042DC0 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 45 192 -
CMYK 0.98 0.77 0 0.25
HSL 226.91º 0.96% 0.38% -
HSV(B) 226.91º 0.98% 0.75% -
XYZ 10.5 5.71 50.42 -
YUV 49.5 208.42 95.55 -
System Red Green Blue C M Y K H S L
Decimal 4 45 192 0.98 0.77 0 0.25 226.91 0.96 0.38
Hex 4 2D C0 62 4D 0 19 E3 60 26
Octal 4 55 300 142 115 0 31 343 140 46
Binary 100 101101 11000000 1100010 1001101 0 11001 11100011 1100000 100110

Color Harmonies of #042DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042DC0

Black with #042DC0

Text Example


Text Example

White with #042DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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