Html Css Color HEX #095CDA Navy Blue

📋 copy color: '#095CDA'

red 9 ◦ green 92 ◦ blue 218

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

Shades of Navy Blue #095CDA

Tints of Navy Blue #095CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.84%

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

R = 2.82%
G = 28.84%
B = 68.34%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#095CDA (or 0x095CDA) is known color: Navy Blue. HEX triplet: 09, 5C and DA. RGB value is (9,92,218). Sum of RGB (Red+Green+Blue) = 9+92+218=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #095CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CDA is #F6A325. Grayscale: #505050. Windows color (decimal): -16163622 or 14310409. OLE color: 14310409.

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

Color convert

RGB 9 92 218 -
CMYK 0.96 0.58 0 0.15
HSL 216.17º 0.92% 0.45% -
HSV(B) 216.17º 0.96% 0.85% -
XYZ 16.59 12.77 67.92 -
YUV 81.55 205 76.25 -
System Red Green Blue C M Y K H S L
Decimal 9 92 218 0.96 0.58 0 0.15 216.17 0.92 0.45
Hex 9 5C DA 60 3A 0 F D8 5C 2D
Octal 11 134 332 140 72 0 17 330 134 55
Binary 1001 1011100 11011010 1100000 111010 0 1111 11011000 1011100 101101

Color Harmonies of #095CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CDA

Black with #095CDA

Text Example


Text Example

White with #095CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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