Html Css Color HEX #0378EA Navy Blue

📋 copy color: '#0378EA'

red 3 ◦ green 120 ◦ blue 234

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

Shades of Navy Blue #0378EA

Tints of Navy Blue #0378EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65.55%

R = 0.84%
G = 33.61%
B = 65.55%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0378EA (or 0x0378EA) is known color: Navy Blue. HEX triplet: 03, 78 and EA. RGB value is (3,120,234). Sum of RGB (Red+Green+Blue) = 3+120+234=357 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 234 (91.80% from 255 or 65.55% from 357); Max value from RGB is 234 - color contains mainly: blue. Hex color #0378EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0378EA is #FC8715. Grayscale: #616161. Windows color (decimal): -16549654 or 15366147. OLE color: 15366147.

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

Color convert

RGB 3 120 234 -
CMYK 0.99 0.49 0 0.08
HSL 209.61º 0.97% 0.46% -
HSV(B) 209.61º 0.99% 0.92% -
XYZ 21.61 19.39 80.45 -
YUV 98.01 204.74 60.23 -
System Red Green Blue C M Y K H S L
Decimal 3 120 234 0.99 0.49 0 0.08 209.61 0.97 0.46
Hex 3 78 EA 63 31 0 8 D2 61 2E
Octal 3 170 352 143 61 0 10 322 141 56
Binary 11 1111000 11101010 1100011 110001 0 1000 11010010 1100001 101110

Color Harmonies of #0378EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0378EA

Black with #0378EA

Text Example


Text Example

White with #0378EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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