Html Css Color HEX #096EF2 Navy Blue

📋 copy color: '#096EF2'

red 9 ◦ green 110 ◦ blue 242

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

Shades of Navy Blue #096EF2

Tints of Navy Blue #096EF2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.47%

 BLUE value IS 242 (94.92% from 255) = 67.04%

R = 2.49%
G = 30.47%
B = 67.04%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#096EF2 (or 0x096EF2) is known color: Navy Blue. HEX triplet: 09, 6E and F2. RGB value is (9,110,242). Sum of RGB (Red+Green+Blue) = 9+110+242=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 242 (94.92% from 255 or 67.04% from 361); Max value from RGB is 242 - color contains mainly: blue. Hex color #096EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096EF2 is #F6910D. Grayscale: #5E5E5E. Windows color (decimal): -16158990 or 15887881. OLE color: 15887881.

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

Color convert

RGB 9 110 242 -
CMYK 0.96 0.55 0 0.05
HSL 213.99º 0.93% 0.49% -
HSV(B) 213.99º 0.96% 0.95% -
XYZ 21.72 17.62 86.26 -
YUV 94.85 211.04 66.77 -
System Red Green Blue C M Y K H S L
Decimal 9 110 242 0.96 0.55 0 0.05 213.99 0.93 0.49
Hex 9 6E F2 60 37 0 5 D6 5D 31
Octal 11 156 362 140 67 0 5 326 135 61
Binary 1001 1101110 11110010 1100000 110111 0 101 11010110 1011101 110001

Color Harmonies of #096EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096EF2

Black with #096EF2

Text Example


Text Example

White with #096EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,110,242); }

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

background-color css

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

 a { background-color: rgb(9,110,242); }

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

border-color css

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

 span { border-color: rgb(9,110,242); }

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