Html Css Color HEX #095CDB Navy Blue

📋 copy color: '#095CDB'

red 9 ◦ green 92 ◦ blue 219

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

Shades of Navy Blue #095CDB

Tints of Navy Blue #095CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.75%

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

R = 2.81%
G = 28.75%
B = 68.44%

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

#095CDB (or 0x095CDB) is known color: Navy Blue. HEX triplet: 09, 5C and DB. RGB value is (9,92,219). Sum of RGB (Red+Green+Blue) = 9+92+219=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #095CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CDB is #F6A324. Grayscale: #515151. Windows color (decimal): -16163621 or 14375945. OLE color: 14375945.

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

Color convert

RGB 9 92 219 -
CMYK 0.96 0.58 0 0.14
HSL 216.29º 0.92% 0.45% -
HSV(B) 216.29º 0.96% 0.86% -
XYZ 16.73 12.83 68.61 -
YUV 81.66 205.5 76.17 -
System Red Green Blue C M Y K H S L
Decimal 9 92 219 0.96 0.58 0 0.14 216.29 0.92 0.45
Hex 9 5C DB 60 3A 0 E D8 5C 2D
Octal 11 134 333 140 72 0 16 330 134 55
Binary 1001 1011100 11011011 1100000 111010 0 1110 11011000 1011100 101101

Color Harmonies of #095CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CDB

Black with #095CDB

Text Example


Text Example

White with #095CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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