Html Css Color HEX #096BF6 Navy Blue

📋 copy color: '#096BF6'

red 9 ◦ green 107 ◦ blue 246

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

Shades of Navy Blue #096BF6

Tints of Navy Blue #096BF6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.56%

 BLUE value IS 246 (96.48% from 255) = 67.96%

R = 2.49%
G = 29.56%
B = 67.96%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#096BF6 (or 0x096BF6) is known color: Navy Blue. HEX triplet: 09, 6B and F6. RGB value is (9,107,246). Sum of RGB (Red+Green+Blue) = 9+107+246=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 246 (96.48% from 255 or 67.96% from 362); Max value from RGB is 246 - color contains mainly: blue. Hex color #096BF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BF6 is #F69409. Grayscale: #5C5C5C. Windows color (decimal): -16159754 or 16149257. OLE color: 16149257.

HSL color Cylindrical-coordinate representation of color #096BF6: hue angle of 215.19º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096BF6 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 107 246 -
CMYK 0.96 0.57 0 0.04
HSL 215.19º 0.93% 0.5% -
HSV(B) 215.19º 0.96% 0.96% -
XYZ 22 17.23 89.35 -
YUV 93.54 214.03 67.7 -
System Red Green Blue C M Y K H S L
Decimal 9 107 246 0.96 0.57 0 0.04 215.19 0.93 0.5
Hex 9 6B F6 60 39 0 4 D7 5D 32
Octal 11 153 366 140 71 0 4 327 135 62
Binary 1001 1101011 11110110 1100000 111001 0 100 11010111 1011101 110010

Color Harmonies of #096BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BF6

Black with #096BF6

Text Example


Text Example

White with #096BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,107,246); }

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

background-color css

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

 a { background-color: rgb(9,107,246); }

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

border-color css

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

 span { border-color: rgb(9,107,246); }

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