Html Css Color HEX #095EF5 Navy Blue

📋 copy color: '#095EF5'

red 9 ◦ green 94 ◦ blue 245

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

Shades of Navy Blue #095EF5

Tints of Navy Blue #095EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 70.4%

R = 2.59%
G = 27.01%
B = 70.4%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#095EF5 (or 0x095EF5) is known color: Navy Blue. HEX triplet: 09, 5E and F5. RGB value is (9,94,245). Sum of RGB (Red+Green+Blue) = 9+94+245=348 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 245 (96.09% from 255 or 70.40% from 348); Max value from RGB is 245 - color contains mainly: blue. Hex color #095EF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095EF5 is #F6A10A. Grayscale: #555555. Windows color (decimal): -16163083 or 16080393. OLE color: 16080393.

HSL color Cylindrical-coordinate representation of color #095EF5: hue angle of 218.39º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095EF5 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 94 245 -
CMYK 0.96 0.62 0 0.04
HSL 218.39º 0.93% 0.5% -
HSV(B) 218.39º 0.96% 0.96% -
XYZ 20.6 14.66 88.13 -
YUV 85.8 217.84 73.22 -
System Red Green Blue C M Y K H S L
Decimal 9 94 245 0.96 0.62 0 0.04 218.39 0.93 0.5
Hex 9 5E F5 60 3E 0 4 DA 5D 32
Octal 11 136 365 140 76 0 4 332 135 62
Binary 1001 1011110 11110101 1100000 111110 0 100 11011010 1011101 110010

Color Harmonies of #095EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095EF5

Black with #095EF5

Text Example


Text Example

White with #095EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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