Html Css Color HEX #095BEB Navy Blue

📋 copy color: '#095BEB'

red 9 ◦ green 91 ◦ blue 235

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

Shades of Navy Blue #095BEB

Tints of Navy Blue #095BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.15%

R = 2.69%
G = 27.16%
B = 70.15%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#095BEB (or 0x095BEB) is known color: Navy Blue. HEX triplet: 09, 5B and EB. RGB value is (9,91,235). Sum of RGB (Red+Green+Blue) = 9+91+235=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #095BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095BEB is #F6A414. Grayscale: #525252. Windows color (decimal): -16163861 or 15424265. OLE color: 15424265.

HSL color Cylindrical-coordinate representation of color #095BEB: hue angle of 218.23º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095BEB is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 91 235 -
CMYK 0.96 0.61 0 0.08
HSL 218.23º 0.93% 0.48% -
HSV(B) 218.23º 0.96% 0.92% -
XYZ 18.85 13.54 80.22 -
YUV 82.9 213.83 75.29 -
System Red Green Blue C M Y K H S L
Decimal 9 91 235 0.96 0.61 0 0.08 218.23 0.93 0.48
Hex 9 5B EB 60 3D 0 8 DA 5D 30
Octal 11 133 353 140 75 0 10 332 135 60
Binary 1001 1011011 11101011 1100000 111101 0 1000 11011010 1011101 110000

Color Harmonies of #095BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095BEB

Black with #095BEB

Text Example


Text Example

White with #095BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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