Html Css Color HEX #0375DC Navy Blue

📋 copy color: '#0375DC'

red 3 ◦ green 117 ◦ blue 220

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

Shades of Navy Blue #0375DC

Tints of Navy Blue #0375DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

 BLUE value IS 220 (86.33% from 255) = 64.71%

R = 0.88%
G = 34.41%
B = 64.71%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0375DC (or 0x0375DC) is known color: Navy Blue. HEX triplet: 03, 75 and DC. RGB value is (3,117,220). Sum of RGB (Red+Green+Blue) = 3+117+220=340 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #0375DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0375DC is #FC8A23. Grayscale: #5E5E5E. Windows color (decimal): -16550436 or 14447875. OLE color: 14447875.

HSL color Cylindrical-coordinate representation of color #0375DC: hue angle of 208.48º 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 #0375DC is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 117 220 -
CMYK 0.99 0.47 0 0.14
HSL 208.48º 0.97% 0.44% -
HSV(B) 208.48º 0.99% 0.86% -
XYZ 19.32 17.91 70.15 -
YUV 94.66 198.73 62.62 -
System Red Green Blue C M Y K H S L
Decimal 3 117 220 0.99 0.47 0 0.14 208.48 0.97 0.44
Hex 3 75 DC 63 2F 0 E D0 61 2C
Octal 3 165 334 143 57 0 16 320 141 54
Binary 11 1110101 11011100 1100011 101111 0 1110 11010000 1100001 101100

Color Harmonies of #0375DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0375DC

Black with #0375DC

Text Example


Text Example

White with #0375DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0375DC; }

 p { color: rgb(3,117,220); }

 H1.HeaderClassName
 {
   color: #0375DC;
 }
 .AnyTagClassName
 {
   color: #0375DC;
 }
</style>

background-color css

<style>
 a { background-color: #0375DC; }

 a { background-color: rgb(3,117,220); }

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

border-color css

<style>
 span { border-color: #0375DC; }

 span { border-color: rgb(3,117,220); }

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