Html Css Color HEX #09259B International Klein Blue

📋 copy color: '#09259B'

red 9 ◦ green 37 ◦ blue 155

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

Shades of International Klein Blue #09259B

Tints of International Klein Blue #09259B

RGB

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

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

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

R = 4.48%
G = 18.41%
B = 77.11%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09259B (or 0x09259B) is known color: International Klein Blue. HEX triplet: 09, 25 and 9B. RGB value is (9,37,155). Sum of RGB (Red+Green+Blue) = 9+37+155=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 155 (60.94% from 255 or 77.11% from 201); Max value from RGB is 155 - color contains mainly: blue. Hex color #09259B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09259B is #F6DA64. Grayscale: #292929. Windows color (decimal): -16177765 or 10167561. OLE color: 10167561.

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

Color convert

RGB 9 37 155 -
CMYK 0.94 0.76 0 0.39
HSL 228.49º 0.89% 0.32% -
HSV(B) 228.49º 0.94% 0.61% -
XYZ 6.69 3.75 31.38 -
YUV 42.08 191.72 104.41 -
System Red Green Blue C M Y K H S L
Decimal 9 37 155 0.94 0.76 0 0.39 228.49 0.89 0.32
Hex 9 25 9B 5E 4C 0 27 E4 59 20
Octal 11 45 233 136 114 0 47 344 131 40
Binary 1001 100101 10011011 1011110 1001100 0 100111 11100100 1011001 100000

Color Harmonies of #09259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09259B

Black with #09259B

Text Example


Text Example

White with #09259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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