#02269B

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

Shades of International Klein Blue #02269B

Tints of International Klein Blue #02269B

Color information

#02269B (or 0x02269B) is unknown color: approx International Klein Blue. HEX triplet: 02, 26 and 9B. RGB value is (2,38,155). Sum of RGB (Red+Green+Blue) = 2+38+155=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 155 (60.94% from 255 or 79.49% from 195); Max value from RGB is 155 - color contains mainly: blue. Hex color #02269B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02269B is #FDD964. Grayscale: #282828. Windows color (decimal): -16636261 or 10167810. OLE color: 10167810.

HSL color Cylindrical-coordinate representation of color #02269B: hue angle of 225.88º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02269B is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB238155-
CMYK0.990.7500.39
HSL225.88º97.45%30.78%-
HSV(B)225.88º98.71%60.78%-
XYZ6.633.7731.39-
YUV40.57192.57100.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 38 (15.23% from 255) = 19.49%
BLUE value IS 155 (60.94% from 255) = 79.49%
R=1.03%
G=19.49%
B=79.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2381550.990.7500.39225.8897.4530.78
Hex2269B634B027e2611f
Octal24623314311304734214137
Binary101001101001101111000111001011010011111100010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02269B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02269B; }

 p { color: rgb(2,38,155); }

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

<style>
 a { background-color: #02269B; }

 a { background-color: rgb(2,38,155); }

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

<style>
 span { border-color: #02269B; }

 span { border-color: rgb(2,38,155); }

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