#0424B7

Color #0424B7 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0424B7

Tints of International Klein Blue #0424B7

Color information

#0424B7 (or 0x0424B7) is unknown color: approx International Klein Blue. HEX triplet: 04, 24 and B7. RGB value is (4,36,183). Sum of RGB (Red+Green+Blue) = 4+36+183=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 183 (71.88% from 255 or 82.06% from 223); Max value from RGB is 183 - color contains mainly: blue. Hex color #0424B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0424B7 is #FBDB48. Grayscale: #2A2A2A. Windows color (decimal): -16505673 or 12002308. OLE color: 12002308.

HSL color Cylindrical-coordinate representation of color #0424B7: hue angle of 229.27º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0424B7 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB436183-
CMYK0.980.8000.28
HSL229.27º95.72%36.67%-
HSV(B)229.27º97.81%71.76%-
XYZ9.234.7145.22-
YUV43.19206.9100.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 183 (71.88% from 255) = 82.06%
R=1.79%
G=16.14%
B=82.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal4361830.980.8000.28229.2795.7236.67
Hex424B7625001Ce56025
Octal44426714212003434514045
Binary1001001001011011111000101010000011100111001011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0424B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0424B7; }

 p { color: rgb(4,36,183); }

 H1.HeaderClassName
 {
   color: #0424B7;
 }
 .AnyTagClassName
 {
   color: #0424B7;
 }
</style>
background-color css

<style>
 a { background-color: #0424B7; }

 a { background-color: rgb(4,36,183); }

 div.DivClassName
 {
   background-color: #0424B7;
 }
 .BgClassName
 {
   background-color: #0424B7;
 }
</style>
border-color css

<style>
 span { border-color: #0424B7; }

 span { border-color: rgb(4,36,183); }

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