Html Css Color HEX #0078CB Navy Blue

📋 copy color: '#0078CB'

red 0 ◦ green 120 ◦ blue 203

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

Shades of Navy Blue #0078CB

Tints of Navy Blue #0078CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.85%

R = 0%
G = 37.15%
B = 62.85%

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

#0078CB (or 0x0078CB) is known color: Navy Blue. HEX triplet: 00, 78 and CB. RGB value is (0,120,203). Sum of RGB (Red+Green+Blue) = 0+120+203=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #0078CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0078CB is #FF8734. Grayscale: #5D5D5D. Windows color (decimal): -16746293 or 13334528. OLE color: 13334528.

HSL color Cylindrical-coordinate representation of color #0078CB: hue angle of 204.53º 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 #0078CB is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 120 203 -
CMYK 1 0.41 0 0.20
HSL 204.53º 1% 0.4% -
HSV(B) 204.53º 1% 0.8% -
XYZ 17.5 17.74 59 -
YUV 93.58 189.74 61.25 -
System Red Green Blue C M Y K H S L
Decimal 0 120 203 1 0.41 0 0.20 204.53 1 0.4
Hex 0 78 CB 64 29 0 14 CD 64 28
Octal 0 170 313 144 51 0 24 315 144 50
Binary 0 1111000 11001011 1100100 101001 0 10100 11001101 1100100 101000

Color Harmonies of #0078CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0078CB

Black with #0078CB

Text Example


Text Example

White with #0078CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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