Html Css Color HEX #095EC6 Navy Blue

📋 copy color: '#095EC6'

red 9 ◦ green 94 ◦ blue 198

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

Shades of Navy Blue #095EC6

Tints of Navy Blue #095EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 65.78%

R = 2.99%
G = 31.23%
B = 65.78%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#095EC6 (or 0x095EC6) is known color: Navy Blue. HEX triplet: 09, 5E and C6. RGB value is (9,94,198). Sum of RGB (Red+Green+Blue) = 9+94+198=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 198 (77.73% from 255 or 65.78% from 301); Max value from RGB is 198 - color contains mainly: blue. Hex color #095EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095EC6 is #F6A139. Grayscale: #4F4F4F. Windows color (decimal): -16163130 or 13000201. OLE color: 13000201.

HSL color Cylindrical-coordinate representation of color #095EC6: hue angle of 213.02º 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 #095EC6 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 94 198 -
CMYK 0.95 0.53 0 0.22
HSL 213.02º 0.91% 0.41% -
HSV(B) 213.02º 0.95% 0.78% -
XYZ 14.31 12.14 55.02 -
YUV 80.44 194.34 77.04 -
System Red Green Blue C M Y K H S L
Decimal 9 94 198 0.95 0.53 0 0.22 213.02 0.91 0.41
Hex 9 5E C6 5F 35 0 16 D5 5B 29
Octal 11 136 306 137 65 0 26 325 133 51
Binary 1001 1011110 11000110 1011111 110101 0 10110 11010101 1011011 101001

Color Harmonies of #095EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095EC6

Black with #095EC6

Text Example


Text Example

White with #095EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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