Html Css Color HEX #095BEC Navy Blue

📋 copy color: '#095BEC'

red 9 ◦ green 91 ◦ blue 236

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

Shades of Navy Blue #095BEC

Tints of Navy Blue #095BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 70.24%

R = 2.68%
G = 27.08%
B = 70.24%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#095BEC (or 0x095BEC) is known color: Navy Blue. HEX triplet: 09, 5B and EC. RGB value is (9,91,236). Sum of RGB (Red+Green+Blue) = 9+91+236=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 236 (92.58% from 255 or 70.24% from 336); Max value from RGB is 236 - color contains mainly: blue. Hex color #095BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095BEC is #F6A413. Grayscale: #525252. Windows color (decimal): -16163860 or 15489801. OLE color: 15489801.

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

Color convert

RGB 9 91 236 -
CMYK 0.96 0.61 0 0.07
HSL 218.33º 0.93% 0.48% -
HSV(B) 218.33º 0.96% 0.93% -
XYZ 18.99 13.6 80.98 -
YUV 83.01 214.33 75.21 -
System Red Green Blue C M Y K H S L
Decimal 9 91 236 0.96 0.61 0 0.07 218.33 0.93 0.48
Hex 9 5B EC 60 3D 0 7 DA 5D 30
Octal 11 133 354 140 75 0 7 332 135 60
Binary 1001 1011011 11101100 1100000 111101 0 111 11011010 1011101 110000

Color Harmonies of #095BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095BEC

Black with #095BEC

Text Example


Text Example

White with #095BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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