Html Css Color HEX #095FD1 Navy Blue

📋 copy color: '#095FD1'

red 9 ◦ green 95 ◦ blue 209

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

Shades of Navy Blue #095FD1

Tints of Navy Blue #095FD1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.35%

 BLUE value IS 209 (82.03% from 255) = 66.77%

R = 2.88%
G = 30.35%
B = 66.77%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#095FD1 (or 0x095FD1) is known color: Navy Blue. HEX triplet: 09, 5F and D1. RGB value is (9,95,209). Sum of RGB (Red+Green+Blue) = 9+95+209=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 209 (82.03% from 255 or 66.77% from 313); Max value from RGB is 209 - color contains mainly: blue. Hex color #095FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095FD1 is #F6A02E. Grayscale: #515151. Windows color (decimal): -16162863 or 13721353. OLE color: 13721353.

HSL color Cylindrical-coordinate representation of color #095FD1: hue angle of 214.2º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095FD1 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 9 95 209 -
CMYK 0.96 0.55 0 0.18
HSL 214.2º 0.92% 0.43% -
HSV(B) 214.2º 0.96% 0.82% -
XYZ 15.71 12.85 61.97 -
YUV 82.28 199.51 75.73 -
System Red Green Blue C M Y K H S L
Decimal 9 95 209 0.96 0.55 0 0.18 214.2 0.92 0.43
Hex 9 5F D1 60 37 0 12 D6 5C 2B
Octal 11 137 321 140 67 0 22 326 134 53
Binary 1001 1011111 11010001 1100000 110111 0 10010 11010110 1011100 101011

Color Harmonies of #095FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FD1

Black with #095FD1

Text Example


Text Example

White with #095FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,95,209); }

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

background-color css

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

 a { background-color: rgb(9,95,209); }

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

border-color css

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

 span { border-color: rgb(9,95,209); }

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