Html Css Color HEX #095FEB Navy Blue

📋 copy color: '#095FEB'

red 9 ◦ green 95 ◦ blue 235

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

Shades of Navy Blue #095FEB

Tints of Navy Blue #095FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.32%

R = 2.65%
G = 28.02%
B = 69.32%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#095FEB (or 0x095FEB) is known color: Navy Blue. HEX triplet: 09, 5F and EB. RGB value is (9,95,235). Sum of RGB (Red+Green+Blue) = 9+95+235=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 235 (92.19% from 255 or 69.32% from 339); Max value from RGB is 235 - color contains mainly: blue. Hex color #095FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095FEB is #F6A014. Grayscale: #545454. Windows color (decimal): -16162837 or 15425289. OLE color: 15425289.

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

Color convert

RGB 9 95 235 -
CMYK 0.96 0.60 0 0.08
HSL 217.17º 0.93% 0.48% -
HSV(B) 217.17º 0.96% 0.92% -
XYZ 19.2 14.24 80.33 -
YUV 85.25 212.51 73.62 -
System Red Green Blue C M Y K H S L
Decimal 9 95 235 0.96 0.60 0 0.08 217.17 0.93 0.48
Hex 9 5F EB 60 3C 0 8 D9 5D 30
Octal 11 137 353 140 74 0 10 331 135 60
Binary 1001 1011111 11101011 1100000 111100 0 1000 11011001 1011101 110000

Color Harmonies of #095FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FEB

Black with #095FEB

Text Example


Text Example

White with #095FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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