Html Css Color HEX #095FC5 Navy Blue

📋 copy color: '#095FC5'

red 9 ◦ green 95 ◦ blue 197

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

Shades of Navy Blue #095FC5

Tints of Navy Blue #095FC5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.56%

 BLUE value IS 197 (77.34% from 255) = 65.45%

R = 2.99%
G = 31.56%
B = 65.45%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#095FC5 (or 0x095FC5) is known color: Navy Blue. HEX triplet: 09, 5F and C5. RGB value is (9,95,197). Sum of RGB (Red+Green+Blue) = 9+95+197=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 197 (77.34% from 255 or 65.45% from 301); Max value from RGB is 197 - color contains mainly: blue. Hex color #095FC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095FC5 is #F6A03A. Grayscale: #505050. Windows color (decimal): -16162875 or 12934921. OLE color: 12934921.

HSL color Cylindrical-coordinate representation of color #095FC5: hue angle of 212.55º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095FC5 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 9 95 197 -
CMYK 0.95 0.52 0 0.23
HSL 212.55º 0.91% 0.4% -
HSV(B) 212.55º 0.95% 0.77% -
XYZ 14.28 12.27 54.44 -
YUV 80.91 193.51 76.71 -
System Red Green Blue C M Y K H S L
Decimal 9 95 197 0.95 0.52 0 0.23 212.55 0.91 0.4
Hex 9 5F C5 5F 34 0 17 D5 5B 28
Octal 11 137 305 137 64 0 27 325 133 50
Binary 1001 1011111 11000101 1011111 110100 0 10111 11010101 1011011 101000

Color Harmonies of #095FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FC5

Black with #095FC5

Text Example


Text Example

White with #095FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,95,197); }

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

background-color css

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

 a { background-color: rgb(9,95,197); }

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

border-color css

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

 span { border-color: rgb(9,95,197); }

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