Html Css Color HEX #042ABC International Klein Blue

📋 copy color: '#042ABC'

red 4 ◦ green 42 ◦ blue 188

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

Shades of International Klein Blue #042ABC

Tints of International Klein Blue #042ABC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.95%

 BLUE value IS 188 (73.83% from 255) = 80.34%

R = 1.71%
G = 17.95%
B = 80.34%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#042ABC (or 0x042ABC) is known color: International Klein Blue. HEX triplet: 04, 2A and BC. RGB value is (4,42,188). Sum of RGB (Red+Green+Blue) = 4+42+188=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #042ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042ABC is #FBD543. Grayscale: #2E2E2E. Windows color (decimal): -16504132 or 12331524. OLE color: 12331524.

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

Color convert

RGB 4 42 188 -
CMYK 0.98 0.78 0 0.26
HSL 227.61º 0.96% 0.38% -
HSV(B) 227.61º 0.98% 0.74% -
XYZ 9.96 5.31 48.08 -
YUV 47.28 207.41 97.13 -
System Red Green Blue C M Y K H S L
Decimal 4 42 188 0.98 0.78 0 0.26 227.61 0.96 0.38
Hex 4 2A BC 62 4E 0 1A E4 60 26
Octal 4 52 274 142 116 0 32 344 140 46
Binary 100 101010 10111100 1100010 1001110 0 11010 11100100 1100000 100110

Color Harmonies of #042ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042ABC

Black with #042ABC

Text Example


Text Example

White with #042ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,42,188); }

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

background-color css

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

 a { background-color: rgb(4,42,188); }

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

border-color css

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

 span { border-color: rgb(4,42,188); }

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