Html Css Color HEX #095AFF Navy Blue

📋 copy color: '#095AFF'

red 9 ◦ green 90 ◦ blue 255

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

Shades of Navy Blue #095AFF

Tints of Navy Blue #095AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.42%

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

R = 2.54%
G = 25.42%
B = 72.03%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#095AFF (or 0x095AFF) is known color: Navy Blue. HEX triplet: 09, 5A and FF. RGB value is (9,90,255). Sum of RGB (Red+Green+Blue) = 9+90+255=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #095AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095AFF is #F6A500. Grayscale: #535353. Windows color (decimal): -16164097 or 16734729. OLE color: 16734729.

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

Color convert

RGB 9 90 255 -
CMYK 0.96 0.65 0 0
HSL 220.24º 1% 0.52% -
HSV(B) 220.24º 0.96% 1% -
XYZ 21.82 14.59 96.27 -
YUV 84.59 224.16 74.08 -
System Red Green Blue C M Y K H S L
Decimal 9 90 255 0.96 0.65 0 0 220.24 1 0.52
Hex 9 5A FF 60 41 0 0 DC 64 34
Octal 11 132 377 140 101 0 0 334 144 64
Binary 1001 1011010 11111111 1100000 1000001 0 0 11011100 1100100 110100

Color Harmonies of #095AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095AFF

Black with #095AFF

Text Example


Text Example

White with #095AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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