Html Css Color HEX #09219D International Klein Blue

📋 copy color: '#09219D'

red 9 ◦ green 33 ◦ blue 157

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

Shades of International Klein Blue #09219D

Tints of International Klein Blue #09219D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.58%

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

R = 4.52%
G = 16.58%
B = 78.89%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09219D (or 0x09219D) is known color: International Klein Blue. HEX triplet: 09, 21 and 9D. RGB value is (9,33,157). Sum of RGB (Red+Green+Blue) = 9+33+157=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 157 (61.72% from 255 or 78.89% from 199); Max value from RGB is 157 - color contains mainly: blue. Hex color #09219D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09219D is #F6DE62. Grayscale: #272727. Windows color (decimal): -16178787 or 10297609. OLE color: 10297609.

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

Color convert

RGB 9 33 157 -
CMYK 0.94 0.79 0 0.38
HSL 230.27º 0.89% 0.33% -
HSV(B) 230.27º 0.94% 0.62% -
XYZ 6.74 3.58 32.23 -
YUV 39.96 194.05 105.92 -
System Red Green Blue C M Y K H S L
Decimal 9 33 157 0.94 0.79 0 0.38 230.27 0.89 0.33
Hex 9 21 9D 5E 4F 0 26 E6 59 21
Octal 11 41 235 136 117 0 46 346 131 41
Binary 1001 100001 10011101 1011110 1001111 0 100110 11100110 1011001 100001

Color Harmonies of #09219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09219D

Black with #09219D

Text Example


Text Example

White with #09219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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