Html Css Color HEX #042BAE International Klein Blue

📋 copy color: '#042BAE'

red 4 ◦ green 43 ◦ blue 174

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

Shades of International Klein Blue #042BAE

Tints of International Klein Blue #042BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 78.73%

R = 1.81%
G = 19.46%
B = 78.73%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#042BAE (or 0x042BAE) is known color: International Klein Blue. HEX triplet: 04, 2B and AE. RGB value is (4,43,174). Sum of RGB (Red+Green+Blue) = 4+43+174=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 174 (68.36% from 255 or 78.73% from 221); Max value from RGB is 174 - color contains mainly: blue. Hex color #042BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042BAE is #FBD451. Grayscale: #2D2D2D. Windows color (decimal): -16503890 or 11414276. OLE color: 11414276.

HSL color Cylindrical-coordinate representation of color #042BAE: hue angle of 226.24º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042BAE is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 43 174 -
CMYK 0.98 0.75 0 0.32
HSL 226.24º 0.96% 0.35% -
HSV(B) 226.24º 0.98% 0.68% -
XYZ 8.55 4.81 40.52 -
YUV 46.27 200.08 97.85 -
System Red Green Blue C M Y K H S L
Decimal 4 43 174 0.98 0.75 0 0.32 226.24 0.96 0.35
Hex 4 2B AE 62 4B 0 20 E2 60 23
Octal 4 53 256 142 113 0 40 342 140 43
Binary 100 101011 10101110 1100010 1001011 0 100000 11100010 1100000 100011

Color Harmonies of #042BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042BAE

Black with #042BAE

Text Example


Text Example

White with #042BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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