Html Css Color HEX #096FDA Navy Blue

📋 copy color: '#096FDA'

red 9 ◦ green 111 ◦ blue 218

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

Shades of Navy Blue #096FDA

Tints of Navy Blue #096FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.84%

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

R = 2.66%
G = 32.84%
B = 64.5%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#096FDA (or 0x096FDA) is known color: Navy Blue. HEX triplet: 09, 6F and DA. RGB value is (9,111,218). Sum of RGB (Red+Green+Blue) = 9+111+218=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #096FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FDA is #F69025. Grayscale: #5C5C5C. Windows color (decimal): -16158758 or 14315273. OLE color: 14315273.

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

Color convert

RGB 9 111 218 -
CMYK 0.96 0.49 0 0.15
HSL 210.72º 0.92% 0.45% -
HSV(B) 210.72º 0.96% 0.85% -
XYZ 18.45 16.49 68.54 -
YUV 92.7 198.71 68.3 -
System Red Green Blue C M Y K H S L
Decimal 9 111 218 0.96 0.49 0 0.15 210.72 0.92 0.45
Hex 9 6F DA 60 31 0 F D3 5C 2D
Octal 11 157 332 140 61 0 17 323 134 55
Binary 1001 1101111 11011010 1100000 110001 0 1111 11010011 1011100 101101

Color Harmonies of #096FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FDA

Black with #096FDA

Text Example


Text Example

White with #096FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096FDA; }

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

 H1.HeaderClassName
 {
   color: #096FDA;
 }
 .AnyTagClassName
 {
   color: #096FDA;
 }
</style>

background-color css

<style>
 a { background-color: #096FDA; }

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

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

border-color css

<style>
 span { border-color: #096FDA; }

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

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