Html Css Color HEX #095FE5 Navy Blue

📋 copy color: '#095FE5'

red 9 ◦ green 95 ◦ blue 229

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

Shades of Navy Blue #095FE5

Tints of Navy Blue #095FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 68.77%

R = 2.7%
G = 28.53%
B = 68.77%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#095FE5 (or 0x095FE5) is known color: Navy Blue. HEX triplet: 09, 5F and E5. RGB value is (9,95,229). Sum of RGB (Red+Green+Blue) = 9+95+229=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 229 (89.84% from 255 or 68.77% from 333); Max value from RGB is 229 - color contains mainly: blue. Hex color #095FE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095FE5 is #F6A01A. Grayscale: #535353. Windows color (decimal): -16162843 or 15032073. OLE color: 15032073.

HSL color Cylindrical-coordinate representation of color #095FE5: hue angle of 216.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095FE5 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 95 229 -
CMYK 0.96 0.59 0 0.10
HSL 216.55º 0.92% 0.47% -
HSV(B) 216.55º 0.96% 0.9% -
XYZ 18.35 13.9 75.84 -
YUV 84.56 209.51 74.1 -
System Red Green Blue C M Y K H S L
Decimal 9 95 229 0.96 0.59 0 0.10 216.55 0.92 0.47
Hex 9 5F E5 60 3B 0 A D9 5C 2F
Octal 11 137 345 140 73 0 12 331 134 57
Binary 1001 1011111 11100101 1100000 111011 0 1010 11011001 1011100 101111

Color Harmonies of #095FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FE5

Black with #095FE5

Text Example


Text Example

White with #095FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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