Html Css Color HEX #0378CA Navy Blue

📋 copy color: '#0378CA'

red 3 ◦ green 120 ◦ blue 202

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

Shades of Navy Blue #0378CA

Tints of Navy Blue #0378CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 62.15%

R = 0.92%
G = 36.92%
B = 62.15%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0378CA (or 0x0378CA) is known color: Navy Blue. HEX triplet: 03, 78 and CA. RGB value is (3,120,202). Sum of RGB (Red+Green+Blue) = 3+120+202=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #0378CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0378CA is #FC8735. Grayscale: #5D5D5D. Windows color (decimal): -16549686 or 13268995. OLE color: 13268995.

HSL color Cylindrical-coordinate representation of color #0378CA: hue angle of 204.72º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0378CA is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 120 202 -
CMYK 0.99 0.41 0 0.21
HSL 204.72º 0.97% 0.4% -
HSV(B) 204.72º 0.99% 0.79% -
XYZ 17.41 17.72 58.38 -
YUV 94.37 188.74 62.83 -
System Red Green Blue C M Y K H S L
Decimal 3 120 202 0.99 0.41 0 0.21 204.72 0.97 0.4
Hex 3 78 CA 63 29 0 15 CD 61 28
Octal 3 170 312 143 51 0 25 315 141 50
Binary 11 1111000 11001010 1100011 101001 0 10101 11001101 1100001 101000

Color Harmonies of #0378CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0378CA

Black with #0378CA

Text Example


Text Example

White with #0378CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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