Html Css Color HEX #095FDA Navy Blue

📋 copy color: '#095FDA'

red 9 ◦ green 95 ◦ blue 218

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

Shades of Navy Blue #095FDA

Tints of Navy Blue #095FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 67.7%

R = 2.8%
G = 29.5%
B = 67.7%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#095FDA (or 0x095FDA) is known color: Navy Blue. HEX triplet: 09, 5F and DA. RGB value is (9,95,218). Sum of RGB (Red+Green+Blue) = 9+95+218=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 218 (85.55% from 255 or 67.70% from 322); Max value from RGB is 218 - color contains mainly: blue. Hex color #095FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095FDA is #F6A025. Grayscale: #525252. Windows color (decimal): -16162854 or 14311177. OLE color: 14311177.

HSL color Cylindrical-coordinate representation of color #095FDA: hue angle of 215.31º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095FDA is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 95 218 -
CMYK 0.96 0.56 0 0.15
HSL 215.31º 0.92% 0.45% -
HSV(B) 215.31º 0.96% 0.85% -
XYZ 16.86 13.3 68.01 -
YUV 83.31 204.01 75 -
System Red Green Blue C M Y K H S L
Decimal 9 95 218 0.96 0.56 0 0.15 215.31 0.92 0.45
Hex 9 5F DA 60 38 0 F D7 5C 2D
Octal 11 137 332 140 70 0 17 327 134 55
Binary 1001 1011111 11011010 1100000 111000 0 1111 11010111 1011100 101101

Color Harmonies of #095FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FDA

Black with #095FDA

Text Example


Text Example

White with #095FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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