Html Css Color HEX #096DF3 Navy Blue

📋 copy color: '#096DF3'

red 9 ◦ green 109 ◦ blue 243

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

Shades of Navy Blue #096DF3

Tints of Navy Blue #096DF3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

 BLUE value IS 243 (95.31% from 255) = 67.31%

R = 2.49%
G = 30.19%
B = 67.31%

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

#096DF3 (or 0x096DF3) is known color: Navy Blue. HEX triplet: 09, 6D and F3. RGB value is (9,109,243). Sum of RGB (Red+Green+Blue) = 9+109+243=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 243 (95.31% from 255 or 67.31% from 361); Max value from RGB is 243 - color contains mainly: blue. Hex color #096DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096DF3 is #F6920C. Grayscale: #5D5D5D. Windows color (decimal): -16159245 or 15953161. OLE color: 15953161.

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

Color convert

RGB 9 109 243 -
CMYK 0.96 0.55 0 0.05
HSL 214.36º 0.93% 0.49% -
HSV(B) 214.36º 0.96% 0.95% -
XYZ 21.76 17.47 87.02 -
YUV 94.38 211.87 67.1 -
System Red Green Blue C M Y K H S L
Decimal 9 109 243 0.96 0.55 0 0.05 214.36 0.93 0.49
Hex 9 6D F3 60 37 0 5 D6 5D 31
Octal 11 155 363 140 67 0 5 326 135 61
Binary 1001 1101101 11110011 1100000 110111 0 101 11010110 1011101 110001

Color Harmonies of #096DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DF3

Black with #096DF3

Text Example


Text Example

White with #096DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,109,243); }

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

background-color css

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

 a { background-color: rgb(9,109,243); }

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

border-color css

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

 span { border-color: rgb(9,109,243); }

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