Html Css Color HEX #095DF0 Navy Blue

📋 copy color: '#095DF0'

red 9 ◦ green 93 ◦ blue 240

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

Shades of Navy Blue #095DF0

Tints of Navy Blue #095DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 70.18%

R = 2.63%
G = 27.19%
B = 70.18%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#095DF0 (or 0x095DF0) is known color: Navy Blue. HEX triplet: 09, 5D and F0. RGB value is (9,93,240). Sum of RGB (Red+Green+Blue) = 9+93+240=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 240 (94.14% from 255 or 70.18% from 342); Max value from RGB is 240 - color contains mainly: blue. Hex color #095DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095DF0 is #F6A20F. Grayscale: #535353. Windows color (decimal): -16163344 or 15752457. OLE color: 15752457.

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

Color convert

RGB 9 93 240 -
CMYK 0.96 0.61 0 0.06
HSL 218.18º 0.93% 0.49% -
HSV(B) 218.18º 0.96% 0.94% -
XYZ 19.76 14.18 84.13 -
YUV 84.64 215.67 74.05 -
System Red Green Blue C M Y K H S L
Decimal 9 93 240 0.96 0.61 0 0.06 218.18 0.93 0.49
Hex 9 5D F0 60 3D 0 6 DA 5D 31
Octal 11 135 360 140 75 0 6 332 135 61
Binary 1001 1011101 11110000 1100000 111101 0 110 11011010 1011101 110001

Color Harmonies of #095DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095DF0

Black with #095DF0

Text Example


Text Example

White with #095DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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