Html Css Color HEX #095FED Navy Blue

📋 copy color: '#095FED'

red 9 ◦ green 95 ◦ blue 237

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

Shades of Navy Blue #095FED

Tints of Navy Blue #095FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.5%

R = 2.64%
G = 27.86%
B = 69.5%

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

#095FED (or 0x095FED) is known color: Navy Blue. HEX triplet: 09, 5F and ED. RGB value is (9,95,237). Sum of RGB (Red+Green+Blue) = 9+95+237=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #095FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095FED is #F6A012. Grayscale: #545454. Windows color (decimal): -16162835 or 15556361. OLE color: 15556361.

HSL color Cylindrical-coordinate representation of color #095FED: hue angle of 217.37º 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 #095FED is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 95 237 -
CMYK 0.96 0.60 0 0.07
HSL 217.37º 0.93% 0.48% -
HSV(B) 217.37º 0.96% 0.93% -
XYZ 19.49 14.36 81.86 -
YUV 85.47 213.51 73.45 -
System Red Green Blue C M Y K H S L
Decimal 9 95 237 0.96 0.60 0 0.07 217.37 0.93 0.48
Hex 9 5F ED 60 3C 0 7 D9 5D 30
Octal 11 137 355 140 74 0 7 331 135 60
Binary 1001 1011111 11101101 1100000 111100 0 111 11011001 1011101 110000

Color Harmonies of #095FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FED

Black with #095FED

Text Example


Text Example

White with #095FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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