Html Css Color HEX #037ACD Navy Blue

📋 copy color: '#037ACD'

red 3 ◦ green 122 ◦ blue 205

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

Shades of Navy Blue #037ACD

Tints of Navy Blue #037ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.12%

R = 0.91%
G = 36.97%
B = 62.12%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#037ACD (or 0x037ACD) is known color: Navy Blue. HEX triplet: 03, 7A and CD. RGB value is (3,122,205). Sum of RGB (Red+Green+Blue) = 3+122+205=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #037ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037ACD is #FC8532. Grayscale: #5F5F5F. Windows color (decimal): -16549171 or 13466115. OLE color: 13466115.

HSL color Cylindrical-coordinate representation of color #037ACD: hue angle of 204.65º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037ACD is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 122 205 -
CMYK 0.99 0.40 0 0.20
HSL 204.65º 0.97% 0.41% -
HSV(B) 204.65º 0.99% 0.8% -
XYZ 18.02 18.35 60.35 -
YUV 95.88 189.58 61.75 -
System Red Green Blue C M Y K H S L
Decimal 3 122 205 0.99 0.40 0 0.20 204.65 0.97 0.41
Hex 3 7A CD 63 28 0 14 CD 61 29
Octal 3 172 315 143 50 0 24 315 141 51
Binary 11 1111010 11001101 1100011 101000 0 10100 11001101 1100001 101001

Color Harmonies of #037ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037ACD

Black with #037ACD

Text Example


Text Example

White with #037ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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