#00289E

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

Shades of International Klein Blue #00289E

Tints of International Klein Blue #00289E

Color information

#00289E (or 0x00289E) is unknown color: approx International Klein Blue. HEX triplet: 00, 28 and 9E. RGB value is (0,40,158). Sum of RGB (Red+Green+Blue) = 0+40+158=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 158 (62.11% from 255 or 79.80% from 198); Max value from RGB is 158 - color contains mainly: blue. Hex color #00289E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00289E is #FFD761. Grayscale: #282828. Windows color (decimal): -16766818 or 10364928. OLE color: 10364928.

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

Color convert

RGB040158-
CMYK10.7500.38
HSL224.81º100%30.98%-
HSV(B)224.81º100%61.96%-
XYZ6.933.9932.75-
YUV41.49193.7598.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 20.20%
BLUE value IS 158 (62.11% from 255) = 79.80%
R=0%
G=20.20%
B=79.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal04015810.7500.38224.8110030.98
Hex0289E644B026e1641f
Octal05023614411304634114437
Binary01010001001111011001001001011010011011100001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00289E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,40,158); }

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

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

 a { background-color: rgb(0,40,158); }

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

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

 span { border-color: rgb(0,40,158); }

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