Html Css Color HEX #09279D International Klein Blue

📋 copy color: '#09279D'

red 9 ◦ green 39 ◦ blue 157

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

Shades of International Klein Blue #09279D

Tints of International Klein Blue #09279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 76.59%

R = 4.39%
G = 19.02%
B = 76.59%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09279D (or 0x09279D) is known color: International Klein Blue. HEX triplet: 09, 27 and 9D. RGB value is (9,39,157). Sum of RGB (Red+Green+Blue) = 9+39+157=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 157 (61.72% from 255 or 76.59% from 205); Max value from RGB is 157 - color contains mainly: blue. Hex color #09279D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09279D is #F6D862. Grayscale: #2A2A2A. Windows color (decimal): -16177251 or 10299145. OLE color: 10299145.

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

Color convert

RGB 9 39 157 -
CMYK 0.94 0.75 0 0.38
HSL 227.84º 0.89% 0.33% -
HSV(B) 227.84º 0.94% 0.62% -
XYZ 6.92 3.94 32.29 -
YUV 43.48 192.06 103.41 -
System Red Green Blue C M Y K H S L
Decimal 9 39 157 0.94 0.75 0 0.38 227.84 0.89 0.33
Hex 9 27 9D 5E 4B 0 26 E4 59 21
Octal 11 47 235 136 113 0 46 344 131 41
Binary 1001 100111 10011101 1011110 1001011 0 100110 11100100 1011001 100001

Color Harmonies of #09279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09279D

Black with #09279D

Text Example


Text Example

White with #09279D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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