Html Css Color HEX #076CC3 Navy Blue

📋 copy color: '#076CC3'

red 7 ◦ green 108 ◦ blue 195

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

Shades of Navy Blue #076CC3

Tints of Navy Blue #076CC3

RGB

 RED value IS 7 (3.13% from 255) = 2.26%

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

 BLUE value IS 195 (76.56% from 255) = 62.9%

R = 2.26%
G = 34.84%
B = 62.9%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#076CC3 (or 0x076CC3) is known color: Navy Blue. HEX triplet: 07, 6C and C3. RGB value is (7,108,195). Sum of RGB (Red+Green+Blue) = 7+108+195=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 195 (76.56% from 255 or 62.90% from 310); Max value from RGB is 195 - color contains mainly: blue. Hex color #076CC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076CC3 is #F8933C. Grayscale: #575757. Windows color (decimal): -16290621 or 12807175. OLE color: 12807175.

HSL color Cylindrical-coordinate representation of color #076CC3: hue angle of 207.77º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076CC3 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 7 108 195 -
CMYK 0.96 0.45 0 0.24
HSL 207.77º 0.93% 0.4% -
HSV(B) 207.77º 0.96% 0.76% -
XYZ 15.3 14.71 53.66 -
YUV 87.72 188.54 70.43 -
System Red Green Blue C M Y K H S L
Decimal 7 108 195 0.96 0.45 0 0.24 207.77 0.93 0.4
Hex 7 6C C3 60 2D 0 18 D0 5D 28
Octal 7 154 303 140 55 0 30 320 135 50
Binary 111 1101100 11000011 1100000 101101 0 11000 11010000 1011101 101000

Color Harmonies of #076CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076CC3

Black with #076CC3

Text Example


Text Example

White with #076CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076CC3; }

 p { color: rgb(7,108,195); }

 H1.HeaderClassName
 {
   color: #076CC3;
 }
 .AnyTagClassName
 {
   color: #076CC3;
 }
</style>

background-color css

<style>
 a { background-color: #076CC3; }

 a { background-color: rgb(7,108,195); }

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

border-color css

<style>
 span { border-color: #076CC3; }

 span { border-color: rgb(7,108,195); }

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