Html Css Color HEX #042CC2 International Klein Blue

📋 copy color: '#042CC2'

red 4 ◦ green 44 ◦ blue 194

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

Shades of International Klein Blue #042CC2

Tints of International Klein Blue #042CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 80.17%

R = 1.65%
G = 18.18%
B = 80.17%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#042CC2 (or 0x042CC2) is known color: International Klein Blue. HEX triplet: 04, 2C and C2. RGB value is (4,44,194). Sum of RGB (Red+Green+Blue) = 4+44+194=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 194 (76.17% from 255 or 80.17% from 242); Max value from RGB is 194 - color contains mainly: blue. Hex color #042CC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042CC2 is #FBD33D. Grayscale: #303030. Windows color (decimal): -16503614 or 12725252. OLE color: 12725252.

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

Color convert

RGB 4 44 194 -
CMYK 0.98 0.77 0 0.24
HSL 227.37º 0.96% 0.39% -
HSV(B) 227.37º 0.98% 0.76% -
XYZ 10.69 5.72 51.58 -
YUV 49.14 209.75 95.8 -
System Red Green Blue C M Y K H S L
Decimal 4 44 194 0.98 0.77 0 0.24 227.37 0.96 0.39
Hex 4 2C C2 62 4D 0 18 E3 60 27
Octal 4 54 302 142 115 0 30 343 140 47
Binary 100 101100 11000010 1100010 1001101 0 11000 11100011 1100000 100111

Color Harmonies of #042CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042CC2

Black with #042CC2

Text Example


Text Example

White with #042CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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