Html Css Color HEX #096EF1 Navy Blue

📋 copy color: '#096EF1'

red 9 ◦ green 110 ◦ blue 241

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

Shades of Navy Blue #096EF1

Tints of Navy Blue #096EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 66.94%

R = 2.5%
G = 30.56%
B = 66.94%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#096EF1 (or 0x096EF1) is known color: Navy Blue. HEX triplet: 09, 6E and F1. RGB value is (9,110,241). Sum of RGB (Red+Green+Blue) = 9+110+241=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #096EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096EF1 is #F6910E. Grayscale: #5E5E5E. Windows color (decimal): -16158991 or 15822345. OLE color: 15822345.

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

Color convert

RGB 9 110 241 -
CMYK 0.96 0.54 0 0.05
HSL 213.88º 0.93% 0.49% -
HSV(B) 213.88º 0.96% 0.95% -
XYZ 21.57 17.56 85.47 -
YUV 94.74 210.54 66.85 -
System Red Green Blue C M Y K H S L
Decimal 9 110 241 0.96 0.54 0 0.05 213.88 0.93 0.49
Hex 9 6E F1 60 36 0 5 D6 5D 31
Octal 11 156 361 140 66 0 5 326 135 61
Binary 1001 1101110 11110001 1100000 110110 0 101 11010110 1011101 110001

Color Harmonies of #096EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096EF1

Black with #096EF1

Text Example


Text Example

White with #096EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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