Html Css Color HEX #09259F International Klein Blue

📋 copy color: '#09259F'

red 9 ◦ green 37 ◦ blue 159

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

Shades of International Klein Blue #09259F

Tints of International Klein Blue #09259F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 77.56%

R = 4.39%
G = 18.05%
B = 77.56%

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

#09259F (or 0x09259F) is known color: International Klein Blue. HEX triplet: 09, 25 and 9F. RGB value is (9,37,159). Sum of RGB (Red+Green+Blue) = 9+37+159=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 159 (62.5% from 255 or 77.56% from 205); Max value from RGB is 159 - color contains mainly: blue. Hex color #09259F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09259F is #F6DA60. Grayscale: #2A2A2A. Windows color (decimal): -16177761 or 10429705. OLE color: 10429705.

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

Color convert

RGB 9 37 159 -
CMYK 0.94 0.77 0 0.38
HSL 228.8º 0.89% 0.33% -
HSV(B) 228.8º 0.94% 0.62% -
XYZ 7.03 3.88 33.18 -
YUV 42.54 193.72 104.08 -
System Red Green Blue C M Y K H S L
Decimal 9 37 159 0.94 0.77 0 0.38 228.8 0.89 0.33
Hex 9 25 9F 5E 4D 0 26 E5 59 21
Octal 11 45 237 136 115 0 46 345 131 41
Binary 1001 100101 10011111 1011110 1001101 0 100110 11100101 1011001 100001

Color Harmonies of #09259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09259F

Black with #09259F

Text Example


Text Example

White with #09259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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