Html Css Color HEX #09279B International Klein Blue

📋 copy color: '#09279B'

red 9 ◦ green 39 ◦ blue 155

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

Shades of International Klein Blue #09279B

Tints of International Klein Blue #09279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.21%

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

R = 4.43%
G = 19.21%
B = 76.35%

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

#09279B (or 0x09279B) is known color: International Klein Blue. HEX triplet: 09, 27 and 9B. RGB value is (9,39,155). Sum of RGB (Red+Green+Blue) = 9+39+155=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 155 (60.94% from 255 or 76.35% from 203); Max value from RGB is 155 - color contains mainly: blue. Hex color #09279B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09279B is #F6D864. Grayscale: #2A2A2A. Windows color (decimal): -16177253 or 10168073. OLE color: 10168073.

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

Color convert

RGB 9 39 155 -
CMYK 0.94 0.75 0 0.39
HSL 227.67º 0.89% 0.32% -
HSV(B) 227.67º 0.94% 0.61% -
XYZ 6.75 3.88 31.4 -
YUV 43.25 191.06 103.57 -
System Red Green Blue C M Y K H S L
Decimal 9 39 155 0.94 0.75 0 0.39 227.67 0.89 0.32
Hex 9 27 9B 5E 4B 0 27 E4 59 20
Octal 11 47 233 136 113 0 47 344 131 40
Binary 1001 100111 10011011 1011110 1001011 0 100111 11100100 1011001 100000

Color Harmonies of #09279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09279B

Black with #09279B

Text Example


Text Example

White with #09279B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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