Html Css Color HEX #096BF5 Navy Blue

📋 copy color: '#096BF5'

red 9 ◦ green 107 ◦ blue 245

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

Shades of Navy Blue #096BF5

Tints of Navy Blue #096BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 67.87%

R = 2.49%
G = 29.64%
B = 67.87%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#096BF5 (or 0x096BF5) is known color: Navy Blue. HEX triplet: 09, 6B and F5. RGB value is (9,107,245). Sum of RGB (Red+Green+Blue) = 9+107+245=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 245 (96.09% from 255 or 67.87% from 361); Max value from RGB is 245 - color contains mainly: blue. Hex color #096BF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BF5 is #F6940A. Grayscale: #5C5C5C. Windows color (decimal): -16159755 or 16083721. OLE color: 16083721.

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

Color convert

RGB 9 107 245 -
CMYK 0.96 0.56 0 0.04
HSL 215.08º 0.93% 0.5% -
HSV(B) 215.08º 0.96% 0.96% -
XYZ 21.85 17.17 88.55 -
YUV 93.43 213.53 67.78 -
System Red Green Blue C M Y K H S L
Decimal 9 107 245 0.96 0.56 0 0.04 215.08 0.93 0.5
Hex 9 6B F5 60 38 0 4 D7 5D 32
Octal 11 153 365 140 70 0 4 327 135 62
Binary 1001 1101011 11110101 1100000 111000 0 100 11010111 1011101 110010

Color Harmonies of #096BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BF5

Black with #096BF5

Text Example


Text Example

White with #096BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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