Html Css Color HEX #095DF1 Navy Blue

📋 copy color: '#095DF1'

red 9 ◦ green 93 ◦ blue 241

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

Shades of Navy Blue #095DF1

Tints of Navy Blue #095DF1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.11%

 BLUE value IS 241 (94.53% from 255) = 70.26%

R = 2.62%
G = 27.11%
B = 70.26%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#095DF1 (or 0x095DF1) is known color: Navy Blue. HEX triplet: 09, 5D and F1. RGB value is (9,93,241). Sum of RGB (Red+Green+Blue) = 9+93+241=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 241 (94.53% from 255 or 70.26% from 343); Max value from RGB is 241 - color contains mainly: blue. Hex color #095DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095DF1 is #F6A20E. Grayscale: #545454. Windows color (decimal): -16163343 or 15817993. OLE color: 15817993.

HSL color Cylindrical-coordinate representation of color #095DF1: hue angle of 218.28º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095DF1 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 93 241 -
CMYK 0.96 0.61 0 0.05
HSL 218.28º 0.93% 0.49% -
HSV(B) 218.28º 0.96% 0.95% -
XYZ 19.9 14.24 84.92 -
YUV 84.76 216.17 73.97 -
System Red Green Blue C M Y K H S L
Decimal 9 93 241 0.96 0.61 0 0.05 218.28 0.93 0.49
Hex 9 5D F1 60 3D 0 5 DA 5D 31
Octal 11 135 361 140 75 0 5 332 135 61
Binary 1001 1011101 11110001 1100000 111101 0 101 11011010 1011101 110001

Color Harmonies of #095DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095DF1

Black with #095DF1

Text Example


Text Example

White with #095DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,93,241); }

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

background-color css

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

 a { background-color: rgb(9,93,241); }

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

border-color css

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

 span { border-color: rgb(9,93,241); }

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