Html Css Color HEX #09289D International Klein Blue

📋 copy color: '#09289D'

red 9 ◦ green 40 ◦ blue 157

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

Shades of International Klein Blue #09289D

Tints of International Klein Blue #09289D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 76.21%

R = 4.37%
G = 19.42%
B = 76.21%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09289D (or 0x09289D) is known color: International Klein Blue. HEX triplet: 09, 28 and 9D. RGB value is (9,40,157). Sum of RGB (Red+Green+Blue) = 9+40+157=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #09289D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09289D is #F6D762. Grayscale: #2B2B2B. Windows color (decimal): -16176995 or 10299401. OLE color: 10299401.

HSL color Cylindrical-coordinate representation of color #09289D: hue angle of 227.43º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09289D is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 40 157 -
CMYK 0.94 0.75 0 0.38
HSL 227.43º 0.89% 0.33% -
HSV(B) 227.43º 0.94% 0.62% -
XYZ 6.96 4.01 32.31 -
YUV 44.07 191.73 102.99 -
System Red Green Blue C M Y K H S L
Decimal 9 40 157 0.94 0.75 0 0.38 227.43 0.89 0.33
Hex 9 28 9D 5E 4B 0 26 E3 59 21
Octal 11 50 235 136 113 0 46 343 131 41
Binary 1001 101000 10011101 1011110 1001011 0 100110 11100011 1011001 100001

Color Harmonies of #09289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09289D

Black with #09289D

Text Example


Text Example

White with #09289D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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