Html Css Color HEX #095BE5 Navy Blue

📋 copy color: '#095BE5'

red 9 ◦ green 91 ◦ blue 229

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

Shades of Navy Blue #095BE5

Tints of Navy Blue #095BE5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.66%

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

R = 2.74%
G = 27.66%
B = 69.6%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#095BE5 (or 0x095BE5) is known color: Navy Blue. HEX triplet: 09, 5B and E5. RGB value is (9,91,229). Sum of RGB (Red+Green+Blue) = 9+91+229=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 229 (89.84% from 255 or 69.60% from 329); Max value from RGB is 229 - color contains mainly: blue. Hex color #095BE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BE5 is #F6A41A. Grayscale: #515151. Windows color (decimal): -16163867 or 15031049. OLE color: 15031049.

HSL color Cylindrical-coordinate representation of color #095BE5: hue angle of 217.64º 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 #095BE5 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 91 229 -
CMYK 0.96 0.60 0 0.10
HSL 217.64º 0.92% 0.47% -
HSV(B) 217.64º 0.96% 0.9% -
XYZ 18 13.2 75.73 -
YUV 82.21 210.83 75.78 -
System Red Green Blue C M Y K H S L
Decimal 9 91 229 0.96 0.60 0 0.10 217.64 0.92 0.47
Hex 9 5B E5 60 3C 0 A DA 5C 2F
Octal 11 133 345 140 74 0 12 332 134 57
Binary 1001 1011011 11100101 1100000 111100 0 1010 11011010 1011100 101111

Color Harmonies of #095BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095BE5

Black with #095BE5

Text Example


Text Example

White with #095BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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