Html Css Color HEX #037AC0 Navy Blue

📋 copy color: '#037AC0'

red 3 ◦ green 122 ◦ blue 192

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

Shades of Navy Blue #037AC0

Tints of Navy Blue #037AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 60.57%

R = 0.95%
G = 38.49%
B = 60.57%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#037AC0 (or 0x037AC0) is known color: Navy Blue. HEX triplet: 03, 7A and C0. RGB value is (3,122,192). Sum of RGB (Red+Green+Blue) = 3+122+192=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #037AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037AC0 is #FC853F. Grayscale: #5E5E5E. Windows color (decimal): -16549184 or 12614147. OLE color: 12614147.

HSL color Cylindrical-coordinate representation of color #037AC0: hue angle of 202.22º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037AC0 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 122 192 -
CMYK 0.98 0.36 0 0.25
HSL 202.22º 0.97% 0.38% -
HSV(B) 202.22º 0.98% 0.75% -
XYZ 16.51 17.74 52.42 -
YUV 94.4 183.08 62.81 -
System Red Green Blue C M Y K H S L
Decimal 3 122 192 0.98 0.36 0 0.25 202.22 0.97 0.38
Hex 3 7A C0 62 24 0 19 CA 61 26
Octal 3 172 300 142 44 0 31 312 141 46
Binary 11 1111010 11000000 1100010 100100 0 11001 11001010 1100001 100110

Color Harmonies of #037AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037AC0

Black with #037AC0

Text Example


Text Example

White with #037AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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