Html Css Color HEX #096ACF Navy Blue

📋 copy color: '#096ACF'

red 9 ◦ green 106 ◦ blue 207

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

Shades of Navy Blue #096ACF

Tints of Navy Blue #096ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.92%

 BLUE value IS 207 (81.25% from 255) = 64.29%

R = 2.8%
G = 32.92%
B = 64.29%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#096ACF (or 0x096ACF) is known color: Navy Blue. HEX triplet: 09, 6A and CF. RGB value is (9,106,207). Sum of RGB (Red+Green+Blue) = 9+106+207=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #096ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ACF is #F69530. Grayscale: #585858. Windows color (decimal): -16160049 or 13593097. OLE color: 13593097.

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

Color convert

RGB 9 106 207 -
CMYK 0.96 0.49 0 0.19
HSL 210.61º 0.92% 0.42% -
HSV(B) 210.61º 0.96% 0.81% -
XYZ 16.53 14.87 61.03 -
YUV 88.51 194.86 71.29 -
System Red Green Blue C M Y K H S L
Decimal 9 106 207 0.96 0.49 0 0.19 210.61 0.92 0.42
Hex 9 6A CF 60 31 0 13 D3 5C 2A
Octal 11 152 317 140 61 0 23 323 134 52
Binary 1001 1101010 11001111 1100000 110001 0 10011 11010011 1011100 101010

Color Harmonies of #096ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096ACF

Black with #096ACF

Text Example


Text Example

White with #096ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,106,207); }

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

background-color css

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

 a { background-color: rgb(9,106,207); }

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

border-color css

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

 span { border-color: rgb(9,106,207); }

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