Html Css Color HEX #095ECF Navy Blue

📋 copy color: '#095ECF'

red 9 ◦ green 94 ◦ blue 207

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

Shades of Navy Blue #095ECF

Tints of Navy Blue #095ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.77%

R = 2.9%
G = 30.32%
B = 66.77%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#095ECF (or 0x095ECF) is known color: Navy Blue. HEX triplet: 09, 5E and CF. RGB value is (9,94,207). Sum of RGB (Red+Green+Blue) = 9+94+207=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #095ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ECF is #F6A130. Grayscale: #505050. Windows color (decimal): -16163121 or 13590025. OLE color: 13590025.

HSL color Cylindrical-coordinate representation of color #095ECF: hue angle of 214.24º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095ECF is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 94 207 -
CMYK 0.96 0.55 0 0.19
HSL 214.24º 0.92% 0.42% -
HSV(B) 214.24º 0.96% 0.81% -
XYZ 15.38 12.57 60.65 -
YUV 81.47 198.84 76.31 -
System Red Green Blue C M Y K H S L
Decimal 9 94 207 0.96 0.55 0 0.19 214.24 0.92 0.42
Hex 9 5E CF 60 37 0 13 D6 5C 2A
Octal 11 136 317 140 67 0 23 326 134 52
Binary 1001 1011110 11001111 1100000 110111 0 10011 11010110 1011100 101010

Color Harmonies of #095ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095ECF

Black with #095ECF

Text Example


Text Example

White with #095ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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