#0428AB

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

Shades of International Klein Blue #0428AB

Tints of International Klein Blue #0428AB

Color information

#0428AB (or 0x0428AB) is unknown color: approx International Klein Blue. HEX triplet: 04, 28 and AB. RGB value is (4,40,171). Sum of RGB (Red+Green+Blue) = 4+40+171=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #0428AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0428AB is #FBD754. Grayscale: #2B2B2B. Windows color (decimal): -16504661 or 11216900. OLE color: 11216900.

HSL color Cylindrical-coordinate representation of color #0428AB: hue angle of 227.07º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0428AB is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB440171-
CMYK0.980.7700.33
HSL227.07º95.43%34.31%-
HSV(B)227.07º97.66%67.06%-
XYZ8.164.4838.96-
YUV44.17199.5799.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.86%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 171 (67.19% from 255) = 79.53%
R=1.86%
G=18.60%
B=79.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4401710.980.7700.33227.0795.4334.31
Hex428AB624D021e35f22
Octal45025314211504134313742
Binary10010100010101011110001010011010100001111000111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0428AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0428AB; }

 p { color: rgb(4,40,171); }

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

<style>
 a { background-color: #0428AB; }

 a { background-color: rgb(4,40,171); }

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

<style>
 span { border-color: #0428AB; }

 span { border-color: rgb(4,40,171); }

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