Html Css Color HEX #0921AD International Klein Blue

📋 copy color: '#0921AD'

red 9 ◦ green 33 ◦ blue 173

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

Shades of International Klein Blue #0921AD

Tints of International Klein Blue #0921AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 80.47%

R = 4.19%
G = 15.35%
B = 80.47%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0921AD (or 0x0921AD) is known color: International Klein Blue. HEX triplet: 09, 21 and AD. RGB value is (9,33,173). Sum of RGB (Red+Green+Blue) = 9+33+173=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #0921AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0921AD is #F6DE52. Grayscale: #292929. Windows color (decimal): -16178771 or 11346185. OLE color: 11346185.

HSL color Cylindrical-coordinate representation of color #0921AD: hue angle of 231.22º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0921AD is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 33 173 -
CMYK 0.95 0.81 0 0.32
HSL 231.22º 0.9% 0.36% -
HSV(B) 231.22º 0.95% 0.68% -
XYZ 8.2 4.16 39.91 -
YUV 41.78 202.05 104.62 -
System Red Green Blue C M Y K H S L
Decimal 9 33 173 0.95 0.81 0 0.32 231.22 0.9 0.36
Hex 9 21 AD 5F 51 0 20 E7 5A 24
Octal 11 41 255 137 121 0 40 347 132 44
Binary 1001 100001 10101101 1011111 1010001 0 100000 11100111 1011010 100100

Color Harmonies of #0921AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0921AD

Black with #0921AD

Text Example


Text Example

White with #0921AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0921AD; }

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

 H1.HeaderClassName
 {
   color: #0921AD;
 }
 .AnyTagClassName
 {
   color: #0921AD;
 }
</style>

background-color css

<style>
 a { background-color: #0921AD; }

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

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

border-color css

<style>
 span { border-color: #0921AD; }

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

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