Html Css Color HEX #037ACC Navy Blue

📋 copy color: '#037ACC'

red 3 ◦ green 122 ◦ blue 204

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

Shades of Navy Blue #037ACC

Tints of Navy Blue #037ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.01%

R = 0.91%
G = 37.08%
B = 62.01%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#037ACC (or 0x037ACC) is known color: Navy Blue. HEX triplet: 03, 7A and CC. RGB value is (3,122,204). Sum of RGB (Red+Green+Blue) = 3+122+204=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #037ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037ACC is #FC8533. Grayscale: #5F5F5F. Windows color (decimal): -16549172 or 13400579. OLE color: 13400579.

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

Color convert

RGB 3 122 204 -
CMYK 0.99 0.40 0 0.2
HSL 204.48º 0.97% 0.41% -
HSV(B) 204.48º 0.99% 0.8% -
XYZ 17.9 18.3 59.72 -
YUV 95.77 189.08 61.83 -
System Red Green Blue C M Y K H S L
Decimal 3 122 204 0.99 0.40 0 0.2 204.48 0.97 0.41
Hex 3 7A CC 63 28 0 14 CC 61 29
Octal 3 172 314 143 50 0 24 314 141 51
Binary 11 1111010 11001100 1100011 101000 0 10100 11001100 1100001 101001

Color Harmonies of #037ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037ACC

Black with #037ACC

Text Example


Text Example

White with #037ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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