Html Css Color HEX #037CC1 Navy Blue

📋 copy color: '#037CC1'

red 3 ◦ green 124 ◦ blue 193

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

Shades of Navy Blue #037CC1

Tints of Navy Blue #037CC1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.75%

 BLUE value IS 193 (75.78% from 255) = 60.31%

R = 0.94%
G = 38.75%
B = 60.31%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#037CC1 (or 0x037CC1) is known color: Navy Blue. HEX triplet: 03, 7C and C1. RGB value is (3,124,193). Sum of RGB (Red+Green+Blue) = 3+124+193=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 193 (75.78% from 255 or 60.31% from 320); Max value from RGB is 193 - color contains mainly: blue. Hex color #037CC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CC1 is #FC833E. Grayscale: #5F5F5F. Windows color (decimal): -16548671 or 12680195. OLE color: 12680195.

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

Color convert

RGB 3 124 193 -
CMYK 0.98 0.36 0 0.24
HSL 201.79º 0.97% 0.38% -
HSV(B) 201.79º 0.98% 0.76% -
XYZ 16.87 18.28 53.09 -
YUV 95.69 182.91 61.89 -
System Red Green Blue C M Y K H S L
Decimal 3 124 193 0.98 0.36 0 0.24 201.79 0.97 0.38
Hex 3 7C C1 62 24 0 18 CA 61 26
Octal 3 174 301 142 44 0 30 312 141 46
Binary 11 1111100 11000001 1100010 100100 0 11000 11001010 1100001 100110

Color Harmonies of #037CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037CC1

Black with #037CC1

Text Example


Text Example

White with #037CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,124,193); }

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

background-color css

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

 a { background-color: rgb(3,124,193); }

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

border-color css

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

 span { border-color: rgb(3,124,193); }

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