Html Css Color HEX #042BBE International Klein Blue

📋 copy color: '#042BBE'

red 4 ◦ green 43 ◦ blue 190

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

Shades of International Klein Blue #042BBE

Tints of International Klein Blue #042BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.14%

 BLUE value IS 190 (74.61% from 255) = 80.17%

R = 1.69%
G = 18.14%
B = 80.17%

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

#042BBE (or 0x042BBE) is known color: International Klein Blue. HEX triplet: 04, 2B and BE. RGB value is (4,43,190). Sum of RGB (Red+Green+Blue) = 4+43+190=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #042BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042BBE is #FBD441. Grayscale: #2F2F2F. Windows color (decimal): -16503874 or 12462852. OLE color: 12462852.

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

Color convert

RGB 4 43 190 -
CMYK 0.98 0.77 0 0.25
HSL 227.42º 0.96% 0.38% -
HSV(B) 227.42º 0.98% 0.75% -
XYZ 10.21 5.47 49.23 -
YUV 48.1 208.08 96.55 -
System Red Green Blue C M Y K H S L
Decimal 4 43 190 0.98 0.77 0 0.25 227.42 0.96 0.38
Hex 4 2B BE 62 4D 0 19 E3 60 26
Octal 4 53 276 142 115 0 31 343 140 46
Binary 100 101011 10111110 1100010 1001101 0 11001 11100011 1100000 100110

Color Harmonies of #042BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042BBE

Black with #042BBE

Text Example


Text Example

White with #042BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,43,190); }

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

background-color css

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

 a { background-color: rgb(4,43,190); }

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

border-color css

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

 span { border-color: rgb(4,43,190); }

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