Html Css Color HEX #09269B International Klein Blue

📋 copy color: '#09269B'

red 9 ◦ green 38 ◦ blue 155

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

Shades of International Klein Blue #09269B

Tints of International Klein Blue #09269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.81%

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

R = 4.46%
G = 18.81%
B = 76.73%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09269B (or 0x09269B) is known color: International Klein Blue. HEX triplet: 09, 26 and 9B. RGB value is (9,38,155). Sum of RGB (Red+Green+Blue) = 9+38+155=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 155 (60.94% from 255 or 76.73% from 202); Max value from RGB is 155 - color contains mainly: blue. Hex color #09269B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09269B is #F6D964. Grayscale: #2A2A2A. Windows color (decimal): -16177509 or 10167817. OLE color: 10167817.

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

Color convert

RGB 9 38 155 -
CMYK 0.94 0.75 0 0.39
HSL 228.08º 0.89% 0.32% -
HSV(B) 228.08º 0.94% 0.61% -
XYZ 6.72 3.81 31.39 -
YUV 42.67 191.39 103.99 -
System Red Green Blue C M Y K H S L
Decimal 9 38 155 0.94 0.75 0 0.39 228.08 0.89 0.32
Hex 9 26 9B 5E 4B 0 27 E4 59 20
Octal 11 46 233 136 113 0 47 344 131 40
Binary 1001 100110 10011011 1011110 1001011 0 100111 11100100 1011001 100000

Color Harmonies of #09269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09269B

Black with #09269B

Text Example


Text Example

White with #09269B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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