Html Css Color HEX #096ADF Navy Blue

📋 copy color: '#096ADF'

red 9 ◦ green 106 ◦ blue 223

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

Shades of Navy Blue #096ADF

Tints of Navy Blue #096ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.98%

R = 2.66%
G = 31.36%
B = 65.98%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#096ADF (or 0x096ADF) is known color: Navy Blue. HEX triplet: 09, 6A and DF. RGB value is (9,106,223). Sum of RGB (Red+Green+Blue) = 9+106+223=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #096ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ADF is #F69520. Grayscale: #595959. Windows color (decimal): -16160033 or 14641673. OLE color: 14641673.

HSL color Cylindrical-coordinate representation of color #096ADF: hue angle of 212.8º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096ADF is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 106 223 -
CMYK 0.96 0.52 0 0.13
HSL 212.8º 0.92% 0.45% -
HSV(B) 212.8º 0.96% 0.87% -
XYZ 18.59 15.69 71.86 -
YUV 90.34 202.86 69.99 -
System Red Green Blue C M Y K H S L
Decimal 9 106 223 0.96 0.52 0 0.13 212.8 0.92 0.45
Hex 9 6A DF 60 34 0 D D5 5C 2D
Octal 11 152 337 140 64 0 15 325 134 55
Binary 1001 1101010 11011111 1100000 110100 0 1101 11010101 1011100 101101

Color Harmonies of #096ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096ADF

Black with #096ADF

Text Example


Text Example

White with #096ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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