Html Css Color HEX #0357DC Navy Blue

📋 copy color: '#0357DC'

red 3 ◦ green 87 ◦ blue 220

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

Shades of Navy Blue #0357DC

Tints of Navy Blue #0357DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.06%

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

R = 0.97%
G = 28.06%
B = 70.97%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0357DC (or 0x0357DC) is known color: Navy Blue. HEX triplet: 03, 57 and DC. RGB value is (3,87,220). Sum of RGB (Red+Green+Blue) = 3+87+220=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #0357DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0357DC is #FCA823. Grayscale: #4C4C4C. Windows color (decimal): -16558116 or 14440195. OLE color: 14440195.

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

Color convert

RGB 3 87 220 -
CMYK 0.99 0.60 0 0.14
HSL 216.77º 0.97% 0.44% -
HSV(B) 216.77º 0.99% 0.86% -
XYZ 16.36 12 69.16 -
YUV 77.05 208.67 75.19 -
System Red Green Blue C M Y K H S L
Decimal 3 87 220 0.99 0.60 0 0.14 216.77 0.97 0.44
Hex 3 57 DC 63 3C 0 E D9 61 2C
Octal 3 127 334 143 74 0 16 331 141 54
Binary 11 1010111 11011100 1100011 111100 0 1110 11011001 1100001 101100

Color Harmonies of #0357DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0357DC

Black with #0357DC

Text Example


Text Example

White with #0357DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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