Html Css Color HEX #09259E International Klein Blue

📋 copy color: '#09259E'

red 9 ◦ green 37 ◦ blue 158

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

Shades of International Klein Blue #09259E

Tints of International Klein Blue #09259E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

 BLUE value IS 158 (62.11% from 255) = 77.45%

R = 4.41%
G = 18.14%
B = 77.45%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09259E (or 0x09259E) is known color: International Klein Blue. HEX triplet: 09, 25 and 9E. RGB value is (9,37,158). Sum of RGB (Red+Green+Blue) = 9+37+158=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 158 (62.11% from 255 or 77.45% from 204); Max value from RGB is 158 - color contains mainly: blue. Hex color #09259E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09259E is #F6DA61. Grayscale: #292929. Windows color (decimal): -16177762 or 10364169. OLE color: 10364169.

HSL color Cylindrical-coordinate representation of color #09259E: hue angle of 228.72º 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 #09259E is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 37 158 -
CMYK 0.94 0.77 0 0.38
HSL 228.72º 0.89% 0.33% -
HSV(B) 228.72º 0.94% 0.62% -
XYZ 6.95 3.85 32.72 -
YUV 42.42 193.22 104.16 -
System Red Green Blue C M Y K H S L
Decimal 9 37 158 0.94 0.77 0 0.38 228.72 0.89 0.33
Hex 9 25 9E 5E 4D 0 26 E5 59 21
Octal 11 45 236 136 115 0 46 345 131 41
Binary 1001 100101 10011110 1011110 1001101 0 100110 11100101 1011001 100001

Color Harmonies of #09259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09259E

Black with #09259E

Text Example


Text Example

White with #09259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,37,158); }

 H1.HeaderClassName
 {
   color: #09259E;
 }
 .AnyTagClassName
 {
   color: #09259E;
 }
</style>

background-color css

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

 a { background-color: rgb(9,37,158); }

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

border-color css

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

 span { border-color: rgb(9,37,158); }

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