Html Css Color HEX #095EEF Navy Blue

📋 copy color: '#095EEF'

red 9 ◦ green 94 ◦ blue 239

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

Shades of Navy Blue #095EEF

Tints of Navy Blue #095EEF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.49%

 BLUE value IS 239 (93.75% from 255) = 69.88%

R = 2.63%
G = 27.49%
B = 69.88%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#095EEF (or 0x095EEF) is known color: Navy Blue. HEX triplet: 09, 5E and EF. RGB value is (9,94,239). Sum of RGB (Red+Green+Blue) = 9+94+239=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 239 (93.75% from 255 or 69.88% from 342); Max value from RGB is 239 - color contains mainly: blue. Hex color #095EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095EEF is #F6A110. Grayscale: #545454. Windows color (decimal): -16163089 or 15687177. OLE color: 15687177.

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

Color convert

RGB 9 94 239 -
CMYK 0.96 0.61 0 0.06
HSL 217.83º 0.93% 0.49% -
HSV(B) 217.83º 0.96% 0.94% -
XYZ 19.7 14.3 83.38 -
YUV 85.12 214.84 73.71 -
System Red Green Blue C M Y K H S L
Decimal 9 94 239 0.96 0.61 0 0.06 217.83 0.93 0.49
Hex 9 5E EF 60 3D 0 6 DA 5D 31
Octal 11 136 357 140 75 0 6 332 135 61
Binary 1001 1011110 11101111 1100000 111101 0 110 11011010 1011101 110001

Color Harmonies of #095EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095EEF

Black with #095EEF

Text Example


Text Example

White with #095EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,94,239); }

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

background-color css

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

 a { background-color: rgb(9,94,239); }

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

border-color css

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

 span { border-color: rgb(9,94,239); }

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