Html Css Color HEX #0078CD Navy Blue

📋 copy color: '#0078CD'

red 0 ◦ green 120 ◦ blue 205

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

Shades of Navy Blue #0078CD

Tints of Navy Blue #0078CD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 120 (47.27% from 255) = 36.92%

 BLUE value IS 205 (80.47% from 255) = 63.08%

R = 0%
G = 36.92%
B = 63.08%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0078CD (or 0x0078CD) is known color: Navy Blue. HEX triplet: 00, 78 and CD. RGB value is (0,120,205). Sum of RGB (Red+Green+Blue) = 0+120+205=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #0078CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0078CD is #FF8732. Grayscale: #5D5D5D. Windows color (decimal): -16746291 or 13465600. OLE color: 13465600.

HSL color Cylindrical-coordinate representation of color #0078CD: hue angle of 204.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0078CD is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 120 205 -
CMYK 1 0.41 0 0.20
HSL 204.88º 1% 0.4% -
HSV(B) 204.88º 1% 0.8% -
XYZ 17.74 17.84 60.27 -
YUV 93.81 190.74 61.09 -
System Red Green Blue C M Y K H S L
Decimal 0 120 205 1 0.41 0 0.20 204.88 1 0.4
Hex 0 78 CD 64 29 0 14 CD 64 28
Octal 0 170 315 144 51 0 24 315 144 50
Binary 0 1111000 11001101 1100100 101001 0 10100 11001101 1100100 101000

Color Harmonies of #0078CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0078CD

Black with #0078CD

Text Example


Text Example

White with #0078CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0078CD; }

 p { color: rgb(0,120,205); }

 H1.HeaderClassName
 {
   color: #0078CD;
 }
 .AnyTagClassName
 {
   color: #0078CD;
 }
</style>

background-color css

<style>
 a { background-color: #0078CD; }

 a { background-color: rgb(0,120,205); }

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

border-color css

<style>
 span { border-color: #0078CD; }

 span { border-color: rgb(0,120,205); }

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