Html Css Color HEX #037FDC Navy Blue

📋 copy color: '#037FDC'

red 3 ◦ green 127 ◦ blue 220

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

Shades of Navy Blue #037FDC

Tints of Navy Blue #037FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 36.29%

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

R = 0.86%
G = 36.29%
B = 62.86%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#037FDC (or 0x037FDC) is known color: Navy Blue. HEX triplet: 03, 7F and DC. RGB value is (3,127,220). Sum of RGB (Red+Green+Blue) = 3+127+220=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #037FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FDC is #FC8023. Grayscale: #646464. Windows color (decimal): -16547876 or 14450435. OLE color: 14450435.

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

Color convert

RGB 3 127 220 -
CMYK 0.99 0.42 0 0.14
HSL 205.71º 0.97% 0.44% -
HSV(B) 205.71º 0.99% 0.86% -
XYZ 20.55 20.37 70.56 -
YUV 100.53 195.42 58.44 -
System Red Green Blue C M Y K H S L
Decimal 3 127 220 0.99 0.42 0 0.14 205.71 0.97 0.44
Hex 3 7F DC 63 2A 0 E CE 61 2C
Octal 3 177 334 143 52 0 16 316 141 54
Binary 11 1111111 11011100 1100011 101010 0 1110 11001110 1100001 101100

Color Harmonies of #037FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037FDC

Black with #037FDC

Text Example


Text Example

White with #037FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037FDC; }

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

 H1.HeaderClassName
 {
   color: #037FDC;
 }
 .AnyTagClassName
 {
   color: #037FDC;
 }
</style>

background-color css

<style>
 a { background-color: #037FDC; }

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

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

border-color css

<style>
 span { border-color: #037FDC; }

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

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