Html Css Color HEX #095DEE Navy Blue

📋 copy color: '#095DEE'

red 9 ◦ green 93 ◦ blue 238

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

Shades of Navy Blue #095DEE

Tints of Navy Blue #095DEE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.35%

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

R = 2.65%
G = 27.35%
B = 70%

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

#095DEE (or 0x095DEE) is known color: Navy Blue. HEX triplet: 09, 5D and EE. RGB value is (9,93,238). Sum of RGB (Red+Green+Blue) = 9+93+238=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 238 (93.36% from 255 or 70% from 340); Max value from RGB is 238 - color contains mainly: blue. Hex color #095DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095DEE is #F6A211. Grayscale: #535353. Windows color (decimal): -16163346 or 15621385. OLE color: 15621385.

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

Color convert

RGB 9 93 238 -
CMYK 0.96 0.61 0 0.07
HSL 217.99º 0.93% 0.48% -
HSV(B) 217.99º 0.96% 0.93% -
XYZ 19.46 14.06 82.58 -
YUV 84.41 214.67 74.21 -
System Red Green Blue C M Y K H S L
Decimal 9 93 238 0.96 0.61 0 0.07 217.99 0.93 0.48
Hex 9 5D EE 60 3D 0 7 DA 5D 30
Octal 11 135 356 140 75 0 7 332 135 60
Binary 1001 1011101 11101110 1100000 111101 0 111 11011010 1011101 110000

Color Harmonies of #095DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095DEE

Black with #095DEE

Text Example


Text Example

White with #095DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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