Html Css Color HEX #095BEE Navy Blue

📋 copy color: '#095BEE'

red 9 ◦ green 91 ◦ blue 238

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

Shades of Navy Blue #095BEE

Tints of Navy Blue #095BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 70.41%

R = 2.66%
G = 26.92%
B = 70.41%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#095BEE (or 0x095BEE) is known color: Navy Blue. HEX triplet: 09, 5B and EE. RGB value is (9,91,238). Sum of RGB (Red+Green+Blue) = 9+91+238=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #095BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095BEE is #F6A411. Grayscale: #525252. Windows color (decimal): -16163858 or 15620873. OLE color: 15620873.

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

Color convert

RGB 9 91 238 -
CMYK 0.96 0.62 0 0.07
HSL 218.52º 0.93% 0.48% -
HSV(B) 218.52º 0.96% 0.93% -
XYZ 19.29 13.71 82.52 -
YUV 83.24 215.33 75.05 -
System Red Green Blue C M Y K H S L
Decimal 9 91 238 0.96 0.62 0 0.07 218.52 0.93 0.48
Hex 9 5B EE 60 3E 0 7 DB 5D 30
Octal 11 133 356 140 76 0 7 333 135 60
Binary 1001 1011011 11101110 1100000 111110 0 111 11011011 1011101 110000

Color Harmonies of #095BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095BEE

Black with #095BEE

Text Example


Text Example

White with #095BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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