Html Css Color HEX #042CC0 International Klein Blue

📋 copy color: '#042CC0'

red 4 ◦ green 44 ◦ blue 192

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

Shades of International Klein Blue #042CC0

Tints of International Klein Blue #042CC0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.33%

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

R = 1.67%
G = 18.33%
B = 80%

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

#042CC0 (or 0x042CC0) is known color: International Klein Blue. HEX triplet: 04, 2C and C0. RGB value is (4,44,192). Sum of RGB (Red+Green+Blue) = 4+44+192=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 192 (75.39% from 255 or 80% from 240); Max value from RGB is 192 - color contains mainly: blue. Hex color #042CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042CC0 is #FBD33F. Grayscale: #303030. Windows color (decimal): -16503616 or 12594180. OLE color: 12594180.

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

Color convert

RGB 4 44 192 -
CMYK 0.98 0.77 0 0.25
HSL 227.23º 0.96% 0.38% -
HSV(B) 227.23º 0.98% 0.75% -
XYZ 10.47 5.63 50.4 -
YUV 48.91 208.75 95.97 -
System Red Green Blue C M Y K H S L
Decimal 4 44 192 0.98 0.77 0 0.25 227.23 0.96 0.38
Hex 4 2C C0 62 4D 0 19 E3 60 26
Octal 4 54 300 142 115 0 31 343 140 46
Binary 100 101100 11000000 1100010 1001101 0 11001 11100011 1100000 100110

Color Harmonies of #042CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042CC0

Black with #042CC0

Text Example


Text Example

White with #042CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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