Html Css Color HEX #095ADA Navy Blue

📋 copy color: '#095ADA'

red 9 ◦ green 90 ◦ blue 218

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

Shades of Navy Blue #095ADA

Tints of Navy Blue #095ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.77%

R = 2.84%
G = 28.39%
B = 68.77%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#095ADA (or 0x095ADA) is known color: Navy Blue. HEX triplet: 09, 5A and DA. RGB value is (9,90,218). Sum of RGB (Red+Green+Blue) = 9+90+218=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #095ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ADA is #F6A525. Grayscale: #4F4F4F. Windows color (decimal): -16164134 or 14309897. OLE color: 14309897.

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

Color convert

RGB 9 90 218 -
CMYK 0.96 0.59 0 0.15
HSL 216.75º 0.92% 0.45% -
HSV(B) 216.75º 0.96% 0.85% -
XYZ 16.42 12.43 67.86 -
YUV 80.37 205.66 77.09 -
System Red Green Blue C M Y K H S L
Decimal 9 90 218 0.96 0.59 0 0.15 216.75 0.92 0.45
Hex 9 5A DA 60 3B 0 F D9 5C 2D
Octal 11 132 332 140 73 0 17 331 134 55
Binary 1001 1011010 11011010 1100000 111011 0 1111 11011001 1011100 101101

Color Harmonies of #095ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095ADA

Black with #095ADA

Text Example


Text Example

White with #095ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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