Html Css Color HEX #042FC0 International Klein Blue

📋 copy color: '#042FC0'

red 4 ◦ green 47 ◦ blue 192

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

Shades of International Klein Blue #042FC0

Tints of International Klein Blue #042FC0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.34%

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

R = 1.65%
G = 19.34%
B = 79.01%

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

#042FC0 (or 0x042FC0) is known color: International Klein Blue. HEX triplet: 04, 2F and C0. RGB value is (4,47,192). Sum of RGB (Red+Green+Blue) = 4+47+192=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 192 (75.39% from 255 or 79.01% from 243); Max value from RGB is 192 - color contains mainly: blue. Hex color #042FC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042FC0 is #FBD03F. Grayscale: #323232. Windows color (decimal): -16502848 or 12594948. OLE color: 12594948.

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

Color convert

RGB 4 47 192 -
CMYK 0.98 0.76 0 0.25
HSL 226.28º 0.96% 0.38% -
HSV(B) 226.28º 0.98% 0.75% -
XYZ 10.58 5.86 50.44 -
YUV 50.67 207.75 94.71 -
System Red Green Blue C M Y K H S L
Decimal 4 47 192 0.98 0.76 0 0.25 226.28 0.96 0.38
Hex 4 2F C0 62 4C 0 19 E2 60 26
Octal 4 57 300 142 114 0 31 342 140 46
Binary 100 101111 11000000 1100010 1001100 0 11001 11100010 1100000 100110

Color Harmonies of #042FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042FC0

Black with #042FC0

Text Example


Text Example

White with #042FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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