Html Css Color HEX #095EC8 Navy Blue

📋 copy color: '#095EC8'

red 9 ◦ green 94 ◦ blue 200

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

Shades of Navy Blue #095EC8

Tints of Navy Blue #095EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 66.01%

R = 2.97%
G = 31.02%
B = 66.01%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#095EC8 (or 0x095EC8) is known color: Navy Blue. HEX triplet: 09, 5E and C8. RGB value is (9,94,200). Sum of RGB (Red+Green+Blue) = 9+94+200=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 200 (78.52% from 255 or 66.01% from 303); Max value from RGB is 200 - color contains mainly: blue. Hex color #095EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095EC8 is #F6A137. Grayscale: #505050. Windows color (decimal): -16163128 or 13131273. OLE color: 13131273.

HSL color Cylindrical-coordinate representation of color #095EC8: hue angle of 213.3º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095EC8 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 94 200 -
CMYK 0.96 0.53 0 0.22
HSL 213.3º 0.91% 0.41% -
HSV(B) 213.3º 0.96% 0.78% -
XYZ 14.54 12.23 56.24 -
YUV 80.67 195.34 76.88 -
System Red Green Blue C M Y K H S L
Decimal 9 94 200 0.96 0.53 0 0.22 213.3 0.91 0.41
Hex 9 5E C8 60 35 0 16 D5 5B 29
Octal 11 136 310 140 65 0 26 325 133 51
Binary 1001 1011110 11001000 1100000 110101 0 10110 11010101 1011011 101001

Color Harmonies of #095EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095EC8

Black with #095EC8

Text Example


Text Example

White with #095EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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