Html Css Color HEX #037ADE Navy Blue

📋 copy color: '#037ADE'

red 3 ◦ green 122 ◦ blue 222

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

Shades of Navy Blue #037ADE

Tints of Navy Blue #037ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.98%

R = 0.86%
G = 35.16%
B = 63.98%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#037ADE (or 0x037ADE) is known color: Navy Blue. HEX triplet: 03, 7A and DE. RGB value is (3,122,222). Sum of RGB (Red+Green+Blue) = 3+122+222=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #037ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037ADE is #FC8521. Grayscale: #616161. Windows color (decimal): -16549154 or 14580227. OLE color: 14580227.

HSL color Cylindrical-coordinate representation of color #037ADE: hue angle of 207.4º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037ADE is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 122 222 -
CMYK 0.99 0.45 0 0.13
HSL 207.4º 0.97% 0.44% -
HSV(B) 207.4º 0.99% 0.87% -
XYZ 20.18 19.21 71.75 -
YUV 97.82 198.08 60.37 -
System Red Green Blue C M Y K H S L
Decimal 3 122 222 0.99 0.45 0 0.13 207.4 0.97 0.44
Hex 3 7A DE 63 2D 0 D CF 61 2C
Octal 3 172 336 143 55 0 15 317 141 54
Binary 11 1111010 11011110 1100011 101101 0 1101 11001111 1100001 101100

Color Harmonies of #037ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037ADE

Black with #037ADE

Text Example


Text Example

White with #037ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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