Html Css Color HEX #096FDF Navy Blue

📋 copy color: '#096FDF'

red 9 ◦ green 111 ◦ blue 223

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

Shades of Navy Blue #096FDF

Tints of Navy Blue #096FDF

RGB

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

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

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

R = 2.62%
G = 32.36%
B = 65.01%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#096FDF (or 0x096FDF) is known color: Navy Blue. HEX triplet: 09, 6F and DF. RGB value is (9,111,223). Sum of RGB (Red+Green+Blue) = 9+111+223=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #096FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FDF is #F69020. Grayscale: #5C5C5C. Windows color (decimal): -16158753 or 14642953. OLE color: 14642953.

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

Color convert

RGB 9 111 223 -
CMYK 0.96 0.50 0 0.13
HSL 211.4º 0.92% 0.45% -
HSV(B) 211.4º 0.96% 0.87% -
XYZ 19.12 16.75 72.04 -
YUV 93.27 201.21 67.89 -
System Red Green Blue C M Y K H S L
Decimal 9 111 223 0.96 0.50 0 0.13 211.4 0.92 0.45
Hex 9 6F DF 60 32 0 D D3 5C 2D
Octal 11 157 337 140 62 0 15 323 134 55
Binary 1001 1101111 11011111 1100000 110010 0 1101 11010011 1011100 101101

Color Harmonies of #096FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FDF

Black with #096FDF

Text Example


Text Example

White with #096FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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