Html Css Color HEX #096FCA Navy Blue

📋 copy color: '#096FCA'

red 9 ◦ green 111 ◦ blue 202

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

Shades of Navy Blue #096FCA

Tints of Navy Blue #096FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.47%

 BLUE value IS 202 (79.3% from 255) = 62.73%

R = 2.8%
G = 34.47%
B = 62.73%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#096FCA (or 0x096FCA) is known color: Navy Blue. HEX triplet: 09, 6F and CA. RGB value is (9,111,202). Sum of RGB (Red+Green+Blue) = 9+111+202=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #096FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FCA is #F69035. Grayscale: #5A5A5A. Windows color (decimal): -16158774 or 13266697. OLE color: 13266697.

HSL color Cylindrical-coordinate representation of color #096FCA: hue angle of 208.29º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096FCA is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 111 202 -
CMYK 0.96 0.45 0 0.21
HSL 208.29º 0.91% 0.41% -
HSV(B) 208.29º 0.96% 0.79% -
XYZ 16.46 15.69 58.04 -
YUV 90.88 190.71 69.6 -
System Red Green Blue C M Y K H S L
Decimal 9 111 202 0.96 0.45 0 0.21 208.29 0.91 0.41
Hex 9 6F CA 60 2D 0 15 D0 5B 29
Octal 11 157 312 140 55 0 25 320 133 51
Binary 1001 1101111 11001010 1100000 101101 0 10101 11010000 1011011 101001

Color Harmonies of #096FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FCA

Black with #096FCA

Text Example


Text Example

White with #096FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,111,202); }

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

background-color css

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

 a { background-color: rgb(9,111,202); }

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

border-color css

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

 span { border-color: rgb(9,111,202); }

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