Html Css Color HEX #0756CC Navy Blue

📋 copy color: '#0756CC'

red 7 ◦ green 86 ◦ blue 204

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

Shades of Navy Blue #0756CC

Tints of Navy Blue #0756CC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.96%

 BLUE value IS 204 (80.08% from 255) = 68.69%

R = 2.36%
G = 28.96%
B = 68.69%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0756CC (or 0x0756CC) is known color: Navy Blue. HEX triplet: 07, 56 and CC. RGB value is (7,86,204). Sum of RGB (Red+Green+Blue) = 7+86+204=297 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #0756CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0756CC is #F8A933. Grayscale: #4B4B4B. Windows color (decimal): -16296244 or 13391367. OLE color: 13391367.

HSL color Cylindrical-coordinate representation of color #0756CC: hue angle of 215.94º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0756CC is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 86 204 -
CMYK 0.97 0.58 0 0.2
HSL 215.94º 0.93% 0.41% -
HSV(B) 215.94º 0.97% 0.8% -
XYZ 14.31 11.06 58.51 -
YUV 75.83 200.33 78.91 -
System Red Green Blue C M Y K H S L
Decimal 7 86 204 0.97 0.58 0 0.2 215.94 0.93 0.41
Hex 7 56 CC 61 3A 0 14 D8 5D 29
Octal 7 126 314 141 72 0 24 330 135 51
Binary 111 1010110 11001100 1100001 111010 0 10100 11011000 1011101 101001

Color Harmonies of #0756CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0756CC

Black with #0756CC

Text Example


Text Example

White with #0756CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0756CC; }

 p { color: rgb(7,86,204); }

 H1.HeaderClassName
 {
   color: #0756CC;
 }
 .AnyTagClassName
 {
   color: #0756CC;
 }
</style>

background-color css

<style>
 a { background-color: #0756CC; }

 a { background-color: rgb(7,86,204); }

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

border-color css

<style>
 span { border-color: #0756CC; }

 span { border-color: rgb(7,86,204); }

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