Html Css Color HEX #096BE7 Navy Blue

📋 copy color: '#096BE7'

red 9 ◦ green 107 ◦ blue 231

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

Shades of Navy Blue #096BE7

Tints of Navy Blue #096BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 66.57%

R = 2.59%
G = 30.84%
B = 66.57%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#096BE7 (or 0x096BE7) is known color: Navy Blue. HEX triplet: 09, 6B and E7. RGB value is (9,107,231). Sum of RGB (Red+Green+Blue) = 9+107+231=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 231 (90.62% from 255 or 66.57% from 347); Max value from RGB is 231 - color contains mainly: blue. Hex color #096BE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BE7 is #F69418. Grayscale: #5B5B5B. Windows color (decimal): -16159769 or 15166217. OLE color: 15166217.

HSL color Cylindrical-coordinate representation of color #096BE7: hue angle of 213.51º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096BE7 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 107 231 -
CMYK 0.96 0.54 0 0.09
HSL 213.51º 0.93% 0.47% -
HSV(B) 213.51º 0.96% 0.91% -
XYZ 19.79 16.34 77.71 -
YUV 91.83 206.53 68.92 -
System Red Green Blue C M Y K H S L
Decimal 9 107 231 0.96 0.54 0 0.09 213.51 0.93 0.47
Hex 9 6B E7 60 36 0 9 D6 5C 2F
Octal 11 153 347 140 66 0 11 326 134 57
Binary 1001 1101011 11100111 1100000 110110 0 1001 11010110 1011100 101111

Color Harmonies of #096BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BE7

Black with #096BE7

Text Example


Text Example

White with #096BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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