Html Css Color HEX #0378EB Navy Blue

📋 copy color: '#0378EB'

red 3 ◦ green 120 ◦ blue 235

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

Shades of Navy Blue #0378EB

Tints of Navy Blue #0378EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.64%

R = 0.84%
G = 33.52%
B = 65.64%

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

#0378EB (or 0x0378EB) is known color: Navy Blue. HEX triplet: 03, 78 and EB. RGB value is (3,120,235). Sum of RGB (Red+Green+Blue) = 3+120+235=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #0378EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0378EB is #FC8714. Grayscale: #616161. Windows color (decimal): -16549653 or 15431683. OLE color: 15431683.

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

Color convert

RGB 3 120 235 -
CMYK 0.99 0.49 0 0.08
HSL 209.74º 0.97% 0.47% -
HSV(B) 209.74º 0.99% 0.92% -
XYZ 21.75 19.45 81.21 -
YUV 98.13 205.24 60.15 -
System Red Green Blue C M Y K H S L
Decimal 3 120 235 0.99 0.49 0 0.08 209.74 0.97 0.47
Hex 3 78 EB 63 31 0 8 D2 61 2F
Octal 3 170 353 143 61 0 10 322 141 57
Binary 11 1111000 11101011 1100011 110001 0 1000 11010010 1100001 101111

Color Harmonies of #0378EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0378EB

Black with #0378EB

Text Example


Text Example

White with #0378EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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