Html Css Color HEX #095EED Navy Blue

📋 copy color: '#095EED'

red 9 ◦ green 94 ◦ blue 237

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

Shades of Navy Blue #095EED

Tints of Navy Blue #095EED

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.65%

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

R = 2.65%
G = 27.65%
B = 69.71%

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

#095EED (or 0x095EED) is known color: Navy Blue. HEX triplet: 09, 5E and ED. RGB value is (9,94,237). Sum of RGB (Red+Green+Blue) = 9+94+237=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #095EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095EED is #F6A112. Grayscale: #545454. Windows color (decimal): -16163091 or 15556105. OLE color: 15556105.

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

Color convert

RGB 9 94 237 -
CMYK 0.96 0.60 0 0.07
HSL 217.63º 0.93% 0.48% -
HSV(B) 217.63º 0.96% 0.93% -
XYZ 19.4 14.18 81.83 -
YUV 84.89 213.84 73.87 -
System Red Green Blue C M Y K H S L
Decimal 9 94 237 0.96 0.60 0 0.07 217.63 0.93 0.48
Hex 9 5E ED 60 3C 0 7 DA 5D 30
Octal 11 136 355 140 74 0 7 332 135 60
Binary 1001 1011110 11101101 1100000 111100 0 111 11011010 1011101 110000

Color Harmonies of #095EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095EED

Black with #095EED

Text Example


Text Example

White with #095EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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