Html Css Color HEX #095DDB Navy Blue

📋 copy color: '#095DDB'

red 9 ◦ green 93 ◦ blue 219

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

Shades of Navy Blue #095DDB

Tints of Navy Blue #095DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.97%

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

R = 2.8%
G = 28.97%
B = 68.22%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#095DDB (or 0x095DDB) is known color: Navy Blue. HEX triplet: 09, 5D and DB. RGB value is (9,93,219). Sum of RGB (Red+Green+Blue) = 9+93+219=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #095DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DDB is #F6A224. Grayscale: #515151. Windows color (decimal): -16163365 or 14376201. OLE color: 14376201.

HSL color Cylindrical-coordinate representation of color #095DDB: hue angle of 216º 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 #095DDB is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 93 219 -
CMYK 0.96 0.58 0 0.14
HSL 216º 0.92% 0.45% -
HSV(B) 216º 0.96% 0.86% -
XYZ 16.81 13 68.64 -
YUV 82.25 205.17 75.75 -
System Red Green Blue C M Y K H S L
Decimal 9 93 219 0.96 0.58 0 0.14 216 0.92 0.45
Hex 9 5D DB 60 3A 0 E D8 5C 2D
Octal 11 135 333 140 72 0 16 330 134 55
Binary 1001 1011101 11011011 1100000 111010 0 1110 11011000 1011100 101101

Color Harmonies of #095DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095DDB

Black with #095DDB

Text Example


Text Example

White with #095DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095DDB; }

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

 H1.HeaderClassName
 {
   color: #095DDB;
 }
 .AnyTagClassName
 {
   color: #095DDB;
 }
</style>

background-color css

<style>
 a { background-color: #095DDB; }

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

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

border-color css

<style>
 span { border-color: #095DDB; }

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

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