Html Css Color HEX #095BE0 Navy Blue

📋 copy color: '#095BE0'

red 9 ◦ green 91 ◦ blue 224

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

Shades of Navy Blue #095BE0

Tints of Navy Blue #095BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 69.14%

R = 2.78%
G = 28.09%
B = 69.14%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#095BE0 (or 0x095BE0) is known color: Navy Blue. HEX triplet: 09, 5B and E0. RGB value is (9,91,224). Sum of RGB (Red+Green+Blue) = 9+91+224=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #095BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BE0 is #F6A41F. Grayscale: #515151. Windows color (decimal): -16163872 or 14703369. OLE color: 14703369.

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

Color convert

RGB 9 91 224 -
CMYK 0.96 0.59 0 0.12
HSL 217.12º 0.92% 0.46% -
HSV(B) 217.12º 0.96% 0.88% -
XYZ 17.31 12.92 72.1 -
YUV 81.64 208.33 76.19 -
System Red Green Blue C M Y K H S L
Decimal 9 91 224 0.96 0.59 0 0.12 217.12 0.92 0.46
Hex 9 5B E0 60 3B 0 C D9 5C 2E
Octal 11 133 340 140 73 0 14 331 134 56
Binary 1001 1011011 11100000 1100000 111011 0 1100 11011001 1011100 101110

Color Harmonies of #095BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095BE0

Black with #095BE0

Text Example


Text Example

White with #095BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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