Html Css Color HEX #09289B International Klein Blue

📋 copy color: '#09289B'

red 9 ◦ green 40 ◦ blue 155

#09289B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #09289B

Tints of International Klein Blue #09289B

RGB

 RED value IS 9 (3.91% from 255) = 4.41%

 GREEN value IS 40 (16.02% from 255) = 19.61%

 BLUE value IS 155 (60.94% from 255) = 75.98%

R = 4.41%
G = 19.61%
B = 75.98%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09289B (or 0x09289B) is known color: International Klein Blue. HEX triplet: 09, 28 and 9B. RGB value is (9,40,155). Sum of RGB (Red+Green+Blue) = 9+40+155=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 155 (60.94% from 255 or 75.98% from 204); Max value from RGB is 155 - color contains mainly: blue. Hex color #09289B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09289B is #F6D764. Grayscale: #2B2B2B. Windows color (decimal): -16176997 or 10168329. OLE color: 10168329.

HSL color Cylindrical-coordinate representation of color #09289B: hue angle of 227.26º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09289B is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 40 155 -
CMYK 0.94 0.74 0 0.39
HSL 227.26º 0.89% 0.32% -
HSV(B) 227.26º 0.94% 0.61% -
XYZ 6.79 3.94 31.41 -
YUV 43.84 190.73 103.15 -
System Red Green Blue C M Y K H S L
Decimal 9 40 155 0.94 0.74 0 0.39 227.26 0.89 0.32
Hex 9 28 9B 5E 4A 0 27 E3 59 20
Octal 11 50 233 136 112 0 47 343 131 40
Binary 1001 101000 10011011 1011110 1001010 0 100111 11100011 1011001 100000

Color Harmonies of #09289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09289B

Black with #09289B

Text Example


Text Example

White with #09289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,40,155); }

 H1.HeaderClassName
 {
   color: #09289B;
 }
 .AnyTagClassName
 {
   color: #09289B;
 }
</style>

background-color css

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

 a { background-color: rgb(9,40,155); }

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

border-color css

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

 span { border-color: rgb(9,40,155); }

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