Html Css Color HEX #096FF0 Navy Blue

📋 copy color: '#096FF0'

red 9 ◦ green 111 ◦ blue 240

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

Shades of Navy Blue #096FF0

Tints of Navy Blue #096FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 66.67%

R = 2.5%
G = 30.83%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#096FF0 (or 0x096FF0) is known color: Navy Blue. HEX triplet: 09, 6F and F0. RGB value is (9,111,240). Sum of RGB (Red+Green+Blue) = 9+111+240=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 240 (94.14% from 255 or 66.67% from 360); Max value from RGB is 240 - color contains mainly: blue. Hex color #096FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FF0 is #F6900F. Grayscale: #5E5E5E. Windows color (decimal): -16158736 or 15757065. OLE color: 15757065.

HSL color Cylindrical-coordinate representation of color #096FF0: hue angle of 213.51º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096FF0 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 111 240 -
CMYK 0.96 0.54 0 0.06
HSL 213.51º 0.93% 0.49% -
HSV(B) 213.51º 0.96% 0.94% -
XYZ 21.53 17.72 84.72 -
YUV 95.21 209.71 66.51 -
System Red Green Blue C M Y K H S L
Decimal 9 111 240 0.96 0.54 0 0.06 213.51 0.93 0.49
Hex 9 6F F0 60 36 0 6 D6 5D 31
Octal 11 157 360 140 66 0 6 326 135 61
Binary 1001 1101111 11110000 1100000 110110 0 110 11010110 1011101 110001

Color Harmonies of #096FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FF0

Black with #096FF0

Text Example


Text Example

White with #096FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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