#02279E

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

Shades of International Klein Blue #02279E

Tints of International Klein Blue #02279E

Color information

#02279E (or 0x02279E) is unknown color: approx International Klein Blue. HEX triplet: 02, 27 and 9E. RGB value is (2,39,158). Sum of RGB (Red+Green+Blue) = 2+39+158=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 158 (62.11% from 255 or 79.40% from 199); Max value from RGB is 158 - color contains mainly: blue. Hex color #02279E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02279E is #FDD861. Grayscale: #282828. Windows color (decimal): -16636002 or 10364674. OLE color: 10364674.

HSL color Cylindrical-coordinate representation of color #02279E: hue angle of 225.77º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02279E is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB239158-
CMYK0.990.7500.38
HSL225.77º97.5%31.37%-
HSV(B)225.77º98.73%61.96%-
XYZ6.923.9332.74-
YUV41.5193.7499.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 39 (15.62% from 255) = 19.60%
BLUE value IS 158 (62.11% from 255) = 79.40%
R=1.01%
G=19.60%
B=79.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2391580.990.7500.38225.7797.531.37
Hex2279E634B026e2621f
Octal24723614311304634214237
Binary101001111001111011000111001011010011011100010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02279E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02279E; }

 p { color: rgb(2,39,158); }

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

<style>
 a { background-color: #02279E; }

 a { background-color: rgb(2,39,158); }

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

<style>
 span { border-color: #02279E; }

 span { border-color: rgb(2,39,158); }

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