Html Css Color HEX #096CBF Navy Blue

📋 copy color: '#096CBF'

red 9 ◦ green 108 ◦ blue 191

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

Shades of Navy Blue #096CBF

Tints of Navy Blue #096CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.06%

 BLUE value IS 191 (75% from 255) = 62.01%

R = 2.92%
G = 35.06%
B = 62.01%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#096CBF (or 0x096CBF) is known color: Navy Blue. HEX triplet: 09, 6C and BF. RGB value is (9,108,191). Sum of RGB (Red+Green+Blue) = 9+108+191=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #096CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CBF is #F69340. Grayscale: #575757. Windows color (decimal): -16159553 or 12545033. OLE color: 12545033.

HSL color Cylindrical-coordinate representation of color #096CBF: hue angle of 207.36º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096CBF is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 108 191 -
CMYK 0.95 0.43 0 0.25
HSL 207.36º 0.91% 0.39% -
HSV(B) 207.36º 0.95% 0.75% -
XYZ 14.88 14.54 51.31 -
YUV 87.86 186.2 71.75 -
System Red Green Blue C M Y K H S L
Decimal 9 108 191 0.95 0.43 0 0.25 207.36 0.91 0.39
Hex 9 6C BF 5F 2B 0 19 CF 5B 27
Octal 11 154 277 137 53 0 31 317 133 47
Binary 1001 1101100 10111111 1011111 101011 0 11001 11001111 1011011 100111

Color Harmonies of #096CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CBF

Black with #096CBF

Text Example


Text Example

White with #096CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,108,191); }

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

background-color css

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

 a { background-color: rgb(9,108,191); }

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

border-color css

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

 span { border-color: rgb(9,108,191); }

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