Html Css Color HEX #095FEC Navy Blue

📋 copy color: '#095FEC'

red 9 ◦ green 95 ◦ blue 236

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

Shades of Navy Blue #095FEC

Tints of Navy Blue #095FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 69.41%

R = 2.65%
G = 27.94%
B = 69.41%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#095FEC (or 0x095FEC) is known color: Navy Blue. HEX triplet: 09, 5F and EC. RGB value is (9,95,236). Sum of RGB (Red+Green+Blue) = 9+95+236=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 236 (92.58% from 255 or 69.41% from 340); Max value from RGB is 236 - color contains mainly: blue. Hex color #095FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095FEC is #F6A013. Grayscale: #545454. Windows color (decimal): -16162836 or 15490825. OLE color: 15490825.

HSL color Cylindrical-coordinate representation of color #095FEC: hue angle of 217.27º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095FEC is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 95 236 -
CMYK 0.96 0.60 0 0.07
HSL 217.27º 0.93% 0.48% -
HSV(B) 217.27º 0.96% 0.93% -
XYZ 19.35 14.3 81.1 -
YUV 85.36 213.01 73.54 -
System Red Green Blue C M Y K H S L
Decimal 9 95 236 0.96 0.60 0 0.07 217.27 0.93 0.48
Hex 9 5F EC 60 3C 0 7 D9 5D 30
Octal 11 137 354 140 74 0 7 331 135 60
Binary 1001 1011111 11101100 1100000 111100 0 111 11011001 1011101 110000

Color Harmonies of #095FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FEC

Black with #095FEC

Text Example


Text Example

White with #095FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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