Html Css Color HEX #095DFF Navy Blue

📋 copy color: '#095DFF'

red 9 ◦ green 93 ◦ blue 255

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

Shades of Navy Blue #095DFF

Tints of Navy Blue #095DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.43%

R = 2.52%
G = 26.05%
B = 71.43%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#095DFF (or 0x095DFF) is known color: Navy Blue. HEX triplet: 09, 5D and FF. RGB value is (9,93,255). Sum of RGB (Red+Green+Blue) = 9+93+255=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #095DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095DFF is #F6A200. Grayscale: #555555. Windows color (decimal): -16163329 or 16735497. OLE color: 16735497.

HSL color Cylindrical-coordinate representation of color #095DFF: hue angle of 219.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095DFF is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 93 255 -
CMYK 0.96 0.64 0 0
HSL 219.51º 1% 0.52% -
HSV(B) 219.51º 0.96% 1% -
XYZ 22.08 15.11 96.36 -
YUV 86.35 223.17 72.83 -
System Red Green Blue C M Y K H S L
Decimal 9 93 255 0.96 0.64 0 0 219.51 1 0.52
Hex 9 5D FF 60 40 0 0 DC 64 34
Octal 11 135 377 140 100 0 0 334 144 64
Binary 1001 1011101 11111111 1100000 1000000 0 0 11011100 1100100 110100

Color Harmonies of #095DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095DFF

Black with #095DFF

Text Example


Text Example

White with #095DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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