Html Css Color HEX #0378DD Navy Blue

📋 copy color: '#0378DD'

red 3 ◦ green 120 ◦ blue 221

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

Shades of Navy Blue #0378DD

Tints of Navy Blue #0378DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.24%

R = 0.87%
G = 34.88%
B = 64.24%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0378DD (or 0x0378DD) is known color: Navy Blue. HEX triplet: 03, 78 and DD. RGB value is (3,120,221). Sum of RGB (Red+Green+Blue) = 3+120+221=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #0378DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0378DD is #FC8722. Grayscale: #606060. Windows color (decimal): -16549667 or 14514179. OLE color: 14514179.

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

Color convert

RGB 3 120 221 -
CMYK 0.99 0.46 0 0.13
HSL 207.8º 0.97% 0.44% -
HSV(B) 207.8º 0.99% 0.87% -
XYZ 19.81 18.67 70.97 -
YUV 96.53 198.24 61.29 -
System Red Green Blue C M Y K H S L
Decimal 3 120 221 0.99 0.46 0 0.13 207.8 0.97 0.44
Hex 3 78 DD 63 2E 0 D D0 61 2C
Octal 3 170 335 143 56 0 15 320 141 54
Binary 11 1111000 11011101 1100011 101110 0 1101 11010000 1100001 101100

Color Harmonies of #0378DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0378DD

Black with #0378DD

Text Example


Text Example

White with #0378DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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