Html Css Color HEX #0964DB Navy Blue

📋 copy color: '#0964DB'

red 9 ◦ green 100 ◦ blue 219

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

Shades of Navy Blue #0964DB

Tints of Navy Blue #0964DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

 BLUE value IS 219 (85.94% from 255) = 66.77%

R = 2.74%
G = 30.49%
B = 66.77%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0964DB (or 0x0964DB) is known color: Navy Blue. HEX triplet: 09, 64 and DB. RGB value is (9,100,219). Sum of RGB (Red+Green+Blue) = 9+100+219=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #0964DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0964DB is #F69B24. Grayscale: #555555. Windows color (decimal): -16161573 or 14377993. OLE color: 14377993.

HSL color Cylindrical-coordinate representation of color #0964DB: hue angle of 214º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0964DB is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 100 219 -
CMYK 0.96 0.54 0 0.14
HSL 214º 0.92% 0.45% -
HSV(B) 214º 0.96% 0.86% -
XYZ 17.46 14.29 68.86 -
YUV 86.36 202.85 72.82 -
System Red Green Blue C M Y K H S L
Decimal 9 100 219 0.96 0.54 0 0.14 214 0.92 0.45
Hex 9 64 DB 60 36 0 E D6 5C 2D
Octal 11 144 333 140 66 0 16 326 134 55
Binary 1001 1100100 11011011 1100000 110110 0 1110 11010110 1011100 101101

Color Harmonies of #0964DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0964DB

Black with #0964DB

Text Example


Text Example

White with #0964DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0964DB; }

 p { color: rgb(9,100,219); }

 H1.HeaderClassName
 {
   color: #0964DB;
 }
 .AnyTagClassName
 {
   color: #0964DB;
 }
</style>

background-color css

<style>
 a { background-color: #0964DB; }

 a { background-color: rgb(9,100,219); }

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

border-color css

<style>
 span { border-color: #0964DB; }

 span { border-color: rgb(9,100,219); }

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