Html Css Color HEX #0918AD International Klein Blue

📋 copy color: '#0918AD'

red 9 ◦ green 24 ◦ blue 173

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

Shades of International Klein Blue #0918AD

Tints of International Klein Blue #0918AD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.65%

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

R = 4.37%
G = 11.65%
B = 83.98%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0918AD (or 0x0918AD) is known color: International Klein Blue. HEX triplet: 09, 18 and AD. RGB value is (9,24,173). Sum of RGB (Red+Green+Blue) = 9+24+173=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 173 (67.97% from 255 or 83.98% from 206); Max value from RGB is 173 - color contains mainly: blue. Hex color #0918AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0918AD is #F6E752. Grayscale: #232323. Windows color (decimal): -16181075 or 11343881. OLE color: 11343881.

HSL color Cylindrical-coordinate representation of color #0918AD: hue angle of 234.51º 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 #0918AD is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 24 173 -
CMYK 0.95 0.86 0 0.32
HSL 234.51º 0.9% 0.36% -
HSV(B) 234.51º 0.95% 0.68% -
XYZ 7.98 3.73 39.83 -
YUV 36.5 205.03 108.38 -
System Red Green Blue C M Y K H S L
Decimal 9 24 173 0.95 0.86 0 0.32 234.51 0.9 0.36
Hex 9 18 AD 5F 56 0 20 EB 5A 24
Octal 11 30 255 137 126 0 40 353 132 44
Binary 1001 11000 10101101 1011111 1010110 0 100000 11101011 1011010 100100

Color Harmonies of #0918AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0918AD

Black with #0918AD

Text Example


Text Example

White with #0918AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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