Html Css Color HEX #095DFE Navy Blue

📋 copy color: '#095DFE'

red 9 ◦ green 93 ◦ blue 254

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

Shades of Navy Blue #095DFE

Tints of Navy Blue #095DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 71.35%

R = 2.53%
G = 26.12%
B = 71.35%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#095DFE (or 0x095DFE) is known color: Navy Blue. HEX triplet: 09, 5D and FE. RGB value is (9,93,254). Sum of RGB (Red+Green+Blue) = 9+93+254=356 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.53% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #095DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095DFE is #F6A201. Grayscale: #555555. Windows color (decimal): -16163330 or 16669961. OLE color: 16669961.

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

Color convert

RGB 9 93 254 -
CMYK 0.96 0.63 0 0.00
HSL 219.43º 0.99% 0.52% -
HSV(B) 219.43º 0.96% 1% -
XYZ 21.92 15.04 95.51 -
YUV 86.24 222.67 72.91 -
System Red Green Blue C M Y K H S L
Decimal 9 93 254 0.96 0.63 0 0.00 219.43 0.99 0.52
Hex 9 5D FE 60 3F 0 0 DB 63 34
Octal 11 135 376 140 77 0 0 333 143 64
Binary 1001 1011101 11111110 1100000 111111 0 0 11011011 1100011 110100

Color Harmonies of #095DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095DFE

Black with #095DFE

Text Example


Text Example

White with #095DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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