Html Css Color HEX #042EBA International Klein Blue

📋 copy color: '#042EBA'

red 4 ◦ green 46 ◦ blue 186

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

Shades of International Klein Blue #042EBA

Tints of International Klein Blue #042EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.49%

 BLUE value IS 186 (73.05% from 255) = 78.81%

R = 1.69%
G = 19.49%
B = 78.81%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#042EBA (or 0x042EBA) is known color: International Klein Blue. HEX triplet: 04, 2E and BA. RGB value is (4,46,186). Sum of RGB (Red+Green+Blue) = 4+46+186=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 186 (73.05% from 255 or 78.81% from 236); Max value from RGB is 186 - color contains mainly: blue. Hex color #042EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042EBA is #FBD145. Grayscale: #303030. Windows color (decimal): -16503110 or 12201476. OLE color: 12201476.

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

Color convert

RGB 4 46 186 -
CMYK 0.98 0.75 0 0.27
HSL 226.15º 0.96% 0.37% -
HSV(B) 226.15º 0.98% 0.73% -
XYZ 9.89 5.52 47 -
YUV 49.4 205.09 95.62 -
System Red Green Blue C M Y K H S L
Decimal 4 46 186 0.98 0.75 0 0.27 226.15 0.96 0.37
Hex 4 2E BA 62 4B 0 1B E2 60 25
Octal 4 56 272 142 113 0 33 342 140 45
Binary 100 101110 10111010 1100010 1001011 0 11011 11100010 1100000 100101

Color Harmonies of #042EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042EBA

Black with #042EBA

Text Example


Text Example

White with #042EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,46,186); }

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

background-color css

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

 a { background-color: rgb(4,46,186); }

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

border-color css

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

 span { border-color: rgb(4,46,186); }

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