Html Css Color HEX #096BCF Navy Blue

📋 copy color: '#096BCF'

red 9 ◦ green 107 ◦ blue 207

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

Shades of Navy Blue #096BCF

Tints of Navy Blue #096BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.09%

R = 2.79%
G = 33.13%
B = 64.09%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#096BCF (or 0x096BCF) is known color: Navy Blue. HEX triplet: 09, 6B and CF. RGB value is (9,107,207). Sum of RGB (Red+Green+Blue) = 9+107+207=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #096BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BCF is #F69430. Grayscale: #585858. Windows color (decimal): -16159793 or 13593353. OLE color: 13593353.

HSL color Cylindrical-coordinate representation of color #096BCF: hue angle of 210.3º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096BCF is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 107 207 -
CMYK 0.96 0.48 0 0.19
HSL 210.3º 0.92% 0.42% -
HSV(B) 210.3º 0.96% 0.81% -
XYZ 16.63 15.08 61.07 -
YUV 89.1 194.53 70.87 -
System Red Green Blue C M Y K H S L
Decimal 9 107 207 0.96 0.48 0 0.19 210.3 0.92 0.42
Hex 9 6B CF 60 30 0 13 D2 5C 2A
Octal 11 153 317 140 60 0 23 322 134 52
Binary 1001 1101011 11001111 1100000 110000 0 10011 11010010 1011100 101010

Color Harmonies of #096BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BCF

Black with #096BCF

Text Example


Text Example

White with #096BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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