Html Css Color HEX #09239D International Klein Blue

📋 copy color: '#09239D'

red 9 ◦ green 35 ◦ blue 157

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

Shades of International Klein Blue #09239D

Tints of International Klein Blue #09239D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.41%

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

R = 4.48%
G = 17.41%
B = 78.11%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09239D (or 0x09239D) is known color: International Klein Blue. HEX triplet: 09, 23 and 9D. RGB value is (9,35,157). Sum of RGB (Red+Green+Blue) = 9+35+157=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 157 (61.72% from 255 or 78.11% from 201); Max value from RGB is 157 - color contains mainly: blue. Hex color #09239D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09239D is #F6DC62. Grayscale: #282828. Windows color (decimal): -16178275 or 10298121. OLE color: 10298121.

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

Color convert

RGB 9 35 157 -
CMYK 0.94 0.78 0 0.38
HSL 229.46º 0.89% 0.33% -
HSV(B) 229.46º 0.94% 0.62% -
XYZ 6.8 3.69 32.25 -
YUV 41.13 193.39 105.08 -
System Red Green Blue C M Y K H S L
Decimal 9 35 157 0.94 0.78 0 0.38 229.46 0.89 0.33
Hex 9 23 9D 5E 4E 0 26 E5 59 21
Octal 11 43 235 136 116 0 46 345 131 41
Binary 1001 100011 10011101 1011110 1001110 0 100110 11100101 1011001 100001

Color Harmonies of #09239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09239D

Black with #09239D

Text Example


Text Example

White with #09239D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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