Html Css Color HEX #037ADC Navy Blue

📋 copy color: '#037ADC'

red 3 ◦ green 122 ◦ blue 220

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

Shades of Navy Blue #037ADC

Tints of Navy Blue #037ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.36%

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

R = 0.87%
G = 35.36%
B = 63.77%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#037ADC (or 0x037ADC) is known color: Navy Blue. HEX triplet: 03, 7A and DC. RGB value is (3,122,220). Sum of RGB (Red+Green+Blue) = 3+122+220=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #037ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037ADC is #FC8523. Grayscale: #616161. Windows color (decimal): -16549156 or 14449155. OLE color: 14449155.

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

Color convert

RGB 3 122 220 -
CMYK 0.99 0.45 0 0.14
HSL 207.1º 0.97% 0.44% -
HSV(B) 207.1º 0.99% 0.86% -
XYZ 19.92 19.11 70.35 -
YUV 97.59 197.08 60.53 -
System Red Green Blue C M Y K H S L
Decimal 3 122 220 0.99 0.45 0 0.14 207.1 0.97 0.44
Hex 3 7A DC 63 2D 0 E CF 61 2C
Octal 3 172 334 143 55 0 16 317 141 54
Binary 11 1111010 11011100 1100011 101101 0 1110 11001111 1100001 101100

Color Harmonies of #037ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037ADC

Black with #037ADC

Text Example


Text Example

White with #037ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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