Html Css Color HEX #095DF9 Navy Blue

📋 copy color: '#095DF9'

red 9 ◦ green 93 ◦ blue 249

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

Shades of Navy Blue #095DF9

Tints of Navy Blue #095DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 70.94%

R = 2.56%
G = 26.5%
B = 70.94%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#095DF9 (or 0x095DF9) is known color: Navy Blue. HEX triplet: 09, 5D and F9. RGB value is (9,93,249). Sum of RGB (Red+Green+Blue) = 9+93+249=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 249 (97.66% from 255 or 70.94% from 351); Max value from RGB is 249 - color contains mainly: blue. Hex color #095DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095DF9 is #F6A206. Grayscale: #545454. Windows color (decimal): -16163335 or 16342281. OLE color: 16342281.

HSL color Cylindrical-coordinate representation of color #095DF9: hue angle of 219º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095DF9 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 93 249 -
CMYK 0.96 0.63 0 0.02
HSL 219º 0.95% 0.51% -
HSV(B) 219º 0.96% 0.98% -
XYZ 21.13 14.73 91.35 -
YUV 85.67 220.17 73.32 -
System Red Green Blue C M Y K H S L
Decimal 9 93 249 0.96 0.63 0 0.02 219 0.95 0.51
Hex 9 5D F9 60 3F 0 2 DB 5F 33
Octal 11 135 371 140 77 0 2 333 137 63
Binary 1001 1011101 11111001 1100000 111111 0 10 11011011 1011111 110011

Color Harmonies of #095DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095DF9

Black with #095DF9

Text Example


Text Example

White with #095DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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