Html Css Color HEX #095ADC Navy Blue

📋 copy color: '#095ADC'

red 9 ◦ green 90 ◦ blue 220

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

Shades of Navy Blue #095ADC

Tints of Navy Blue #095ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.97%

R = 2.82%
G = 28.21%
B = 68.97%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#095ADC (or 0x095ADC) is known color: Navy Blue. HEX triplet: 09, 5A and DC. RGB value is (9,90,220). Sum of RGB (Red+Green+Blue) = 9+90+220=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #095ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ADC is #F6A523. Grayscale: #505050. Windows color (decimal): -16164132 or 14440969. OLE color: 14440969.

HSL color Cylindrical-coordinate representation of color #095ADC: hue angle of 216.97º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095ADC is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 90 220 -
CMYK 0.96 0.59 0 0.14
HSL 216.97º 0.92% 0.45% -
HSV(B) 216.97º 0.96% 0.86% -
XYZ 16.69 12.54 69.25 -
YUV 80.6 206.66 76.93 -
System Red Green Blue C M Y K H S L
Decimal 9 90 220 0.96 0.59 0 0.14 216.97 0.92 0.45
Hex 9 5A DC 60 3B 0 E D9 5C 2D
Octal 11 132 334 140 73 0 16 331 134 55
Binary 1001 1011010 11011100 1100000 111011 0 1110 11011001 1011100 101101

Color Harmonies of #095ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095ADC

Black with #095ADC

Text Example


Text Example

White with #095ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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