Html Css Color HEX #042BA7 International Klein Blue

📋 copy color: '#042BA7'

red 4 ◦ green 43 ◦ blue 167

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

Shades of International Klein Blue #042BA7

Tints of International Klein Blue #042BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 78.04%

R = 1.87%
G = 20.09%
B = 78.04%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#042BA7 (or 0x042BA7) is known color: International Klein Blue. HEX triplet: 04, 2B and A7. RGB value is (4,43,167). Sum of RGB (Red+Green+Blue) = 4+43+167=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 167 (65.62% from 255 or 78.04% from 214); Max value from RGB is 167 - color contains mainly: blue. Hex color #042BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042BA7 is #FBD458. Grayscale: #2C2C2C. Windows color (decimal): -16503897 or 10955524. OLE color: 10955524.

HSL color Cylindrical-coordinate representation of color #042BA7: hue angle of 225.64º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042BA7 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 4 43 167 -
CMYK 0.98 0.74 0 0.35
HSL 225.64º 0.95% 0.34% -
HSV(B) 225.64º 0.98% 0.65% -
XYZ 7.89 4.54 37.02 -
YUV 45.48 196.58 98.42 -
System Red Green Blue C M Y K H S L
Decimal 4 43 167 0.98 0.74 0 0.35 225.64 0.95 0.34
Hex 4 2B A7 62 4A 0 23 E2 5F 22
Octal 4 53 247 142 112 0 43 342 137 42
Binary 100 101011 10100111 1100010 1001010 0 100011 11100010 1011111 100010

Color Harmonies of #042BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042BA7

Black with #042BA7

Text Example


Text Example

White with #042BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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