Html Css Color HEX #042ABB International Klein Blue

📋 copy color: '#042ABB'

red 4 ◦ green 42 ◦ blue 187

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

Shades of International Klein Blue #042ABB

Tints of International Klein Blue #042ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 80.26%

R = 1.72%
G = 18.03%
B = 80.26%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#042ABB (or 0x042ABB) is known color: International Klein Blue. HEX triplet: 04, 2A and BB. RGB value is (4,42,187). Sum of RGB (Red+Green+Blue) = 4+42+187=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #042ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042ABB is #FBD544. Grayscale: #2E2E2E. Windows color (decimal): -16504133 or 12265988. OLE color: 12265988.

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

Color convert

RGB 4 42 187 -
CMYK 0.98 0.78 0 0.27
HSL 227.54º 0.96% 0.37% -
HSV(B) 227.54º 0.98% 0.73% -
XYZ 9.85 5.27 47.51 -
YUV 47.17 206.91 97.21 -
System Red Green Blue C M Y K H S L
Decimal 4 42 187 0.98 0.78 0 0.27 227.54 0.96 0.37
Hex 4 2A BB 62 4E 0 1B E4 60 25
Octal 4 52 273 142 116 0 33 344 140 45
Binary 100 101010 10111011 1100010 1001110 0 11011 11100100 1100000 100101

Color Harmonies of #042ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042ABB

Black with #042ABB

Text Example


Text Example

White with #042ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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