Html Css Color HEX #095BE3 Navy Blue

📋 copy color: '#095BE3'

red 9 ◦ green 91 ◦ blue 227

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

Shades of Navy Blue #095BE3

Tints of Navy Blue #095BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 69.42%

R = 2.75%
G = 27.83%
B = 69.42%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#095BE3 (or 0x095BE3) is known color: Navy Blue. HEX triplet: 09, 5B and E3. RGB value is (9,91,227). Sum of RGB (Red+Green+Blue) = 9+91+227=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 227 (89.06% from 255 or 69.42% from 327); Max value from RGB is 227 - color contains mainly: blue. Hex color #095BE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BE3 is #F6A41C. Grayscale: #515151. Windows color (decimal): -16163869 or 14899977. OLE color: 14899977.

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

Color convert

RGB 9 91 227 -
CMYK 0.96 0.60 0 0.11
HSL 217.43º 0.92% 0.46% -
HSV(B) 217.43º 0.96% 0.89% -
XYZ 17.72 13.09 74.27 -
YUV 81.99 209.83 75.94 -
System Red Green Blue C M Y K H S L
Decimal 9 91 227 0.96 0.60 0 0.11 217.43 0.92 0.46
Hex 9 5B E3 60 3C 0 B D9 5C 2E
Octal 11 133 343 140 74 0 13 331 134 56
Binary 1001 1011011 11100011 1100000 111100 0 1011 11011001 1011100 101110

Color Harmonies of #095BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095BE3

Black with #095BE3

Text Example


Text Example

White with #095BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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