Html Css Color HEX #095EEC Navy Blue

📋 copy color: '#095EEC'

red 9 ◦ green 94 ◦ blue 236

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

Shades of Navy Blue #095EEC

Tints of Navy Blue #095EEC

RGB

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

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

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

R = 2.65%
G = 27.73%
B = 69.62%

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

#095EEC (or 0x095EEC) is known color: Navy Blue. HEX triplet: 09, 5E and EC. RGB value is (9,94,236). Sum of RGB (Red+Green+Blue) = 9+94+236=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #095EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095EEC is #F6A113. Grayscale: #545454. Windows color (decimal): -16163092 or 15490569. OLE color: 15490569.

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

Color convert

RGB 9 94 236 -
CMYK 0.96 0.60 0 0.07
HSL 217.53º 0.93% 0.48% -
HSV(B) 217.53º 0.96% 0.93% -
XYZ 19.26 14.12 81.07 -
YUV 84.77 213.34 73.95 -
System Red Green Blue C M Y K H S L
Decimal 9 94 236 0.96 0.60 0 0.07 217.53 0.93 0.48
Hex 9 5E EC 60 3C 0 7 DA 5D 30
Octal 11 136 354 140 74 0 7 332 135 60
Binary 1001 1011110 11101100 1100000 111100 0 111 11011010 1011101 110000

Color Harmonies of #095EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095EEC

Black with #095EEC

Text Example


Text Example

White with #095EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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