Html Css Color HEX #095ACE Navy Blue

📋 copy color: '#095ACE'

red 9 ◦ green 90 ◦ blue 206

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

Shades of Navy Blue #095ACE

Tints of Navy Blue #095ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.54%

R = 2.95%
G = 29.51%
B = 67.54%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#095ACE (or 0x095ACE) is known color: Navy Blue. HEX triplet: 09, 5A and CE. RGB value is (9,90,206). Sum of RGB (Red+Green+Blue) = 9+90+206=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #095ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ACE is #F6A531. Grayscale: #4E4E4E. Windows color (decimal): -16164146 or 13523465. OLE color: 13523465.

HSL color Cylindrical-coordinate representation of color #095ACE: hue angle of 215.33º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095ACE is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 90 206 -
CMYK 0.96 0.56 0 0.19
HSL 215.33º 0.92% 0.42% -
HSV(B) 215.33º 0.96% 0.81% -
XYZ 14.91 11.83 59.89 -
YUV 79.01 199.66 78.07 -
System Red Green Blue C M Y K H S L
Decimal 9 90 206 0.96 0.56 0 0.19 215.33 0.92 0.42
Hex 9 5A CE 60 38 0 13 D7 5C 2A
Octal 11 132 316 140 70 0 23 327 134 52
Binary 1001 1011010 11001110 1100000 111000 0 10011 11010111 1011100 101010

Color Harmonies of #095ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095ACE

Black with #095ACE

Text Example


Text Example

White with #095ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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