Html Css Color HEX #09239B International Klein Blue

📋 copy color: '#09239B'

red 9 ◦ green 35 ◦ blue 155

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

Shades of International Klein Blue #09239B

Tints of International Klein Blue #09239B

RGB

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

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

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

R = 4.52%
G = 17.59%
B = 77.89%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09239B (or 0x09239B) is known color: International Klein Blue. HEX triplet: 09, 23 and 9B. RGB value is (9,35,155). Sum of RGB (Red+Green+Blue) = 9+35+155=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #09239B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09239B is #F6DC64. Grayscale: #282828. Windows color (decimal): -16178277 or 10167049. OLE color: 10167049.

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

Color convert

RGB 9 35 155 -
CMYK 0.94 0.77 0 0.39
HSL 229.32º 0.89% 0.32% -
HSV(B) 229.32º 0.94% 0.61% -
XYZ 6.63 3.63 31.36 -
YUV 40.91 192.39 105.24 -
System Red Green Blue C M Y K H S L
Decimal 9 35 155 0.94 0.77 0 0.39 229.32 0.89 0.32
Hex 9 23 9B 5E 4D 0 27 E5 59 20
Octal 11 43 233 136 115 0 47 345 131 40
Binary 1001 100011 10011011 1011110 1001101 0 100111 11100101 1011001 100000

Color Harmonies of #09239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09239B

Black with #09239B

Text Example


Text Example

White with #09239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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