Html Css Color HEX #0378DB Navy Blue

📋 copy color: '#0378DB'

red 3 ◦ green 120 ◦ blue 219

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

Shades of Navy Blue #0378DB

Tints of Navy Blue #0378DB

RGB

 RED value IS 3 (1.56% from 255) = 0.88%

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

 BLUE value IS 219 (85.94% from 255) = 64.04%

R = 0.88%
G = 35.09%
B = 64.04%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0378DB (or 0x0378DB) is known color: Navy Blue. HEX triplet: 03, 78 and DB. RGB value is (3,120,219). Sum of RGB (Red+Green+Blue) = 3+120+219=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #0378DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0378DB is #FC8724. Grayscale: #5F5F5F. Windows color (decimal): -16549669 or 14383107. OLE color: 14383107.

HSL color Cylindrical-coordinate representation of color #0378DB: hue angle of 207.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0378DB is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 120 219 -
CMYK 0.99 0.45 0 0.14
HSL 207.5º 0.97% 0.44% -
HSV(B) 207.5º 0.99% 0.86% -
XYZ 19.54 18.57 69.57 -
YUV 96.3 197.24 61.45 -
System Red Green Blue C M Y K H S L
Decimal 3 120 219 0.99 0.45 0 0.14 207.5 0.97 0.44
Hex 3 78 DB 63 2D 0 E D0 61 2C
Octal 3 170 333 143 55 0 16 320 141 54
Binary 11 1111000 11011011 1100011 101101 0 1110 11010000 1100001 101100

Color Harmonies of #0378DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0378DB

Black with #0378DB

Text Example


Text Example

White with #0378DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0378DB; }

 p { color: rgb(3,120,219); }

 H1.HeaderClassName
 {
   color: #0378DB;
 }
 .AnyTagClassName
 {
   color: #0378DB;
 }
</style>

background-color css

<style>
 a { background-color: #0378DB; }

 a { background-color: rgb(3,120,219); }

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

border-color css

<style>
 span { border-color: #0378DB; }

 span { border-color: rgb(3,120,219); }

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