Html Css Color HEX #095EFF Navy Blue

📋 copy color: '#095EFF'

red 9 ◦ green 94 ◦ blue 255

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

Shades of Navy Blue #095EFF

Tints of Navy Blue #095EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.23%

R = 2.51%
G = 26.26%
B = 71.23%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#095EFF (or 0x095EFF) is known color: Navy Blue. HEX triplet: 09, 5E and FF. RGB value is (9,94,255). Sum of RGB (Red+Green+Blue) = 9+94+255=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #095EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095EFF is #F6A100. Grayscale: #565656. Windows color (decimal): -16163073 or 16735753. OLE color: 16735753.

HSL color Cylindrical-coordinate representation of color #095EFF: hue angle of 219.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095EFF is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 94 255 -
CMYK 0.96 0.63 0 0
HSL 219.27º 1% 0.52% -
HSV(B) 219.27º 0.96% 1% -
XYZ 22.17 15.28 96.39 -
YUV 86.94 222.84 72.41 -
System Red Green Blue C M Y K H S L
Decimal 9 94 255 0.96 0.63 0 0 219.27 1 0.52
Hex 9 5E FF 60 3F 0 0 DB 64 34
Octal 11 136 377 140 77 0 0 333 144 64
Binary 1001 1011110 11111111 1100000 111111 0 0 11011011 1100100 110100

Color Harmonies of #095EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095EFF

Black with #095EFF

Text Example


Text Example

White with #095EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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