Html Css Color HEX #037CCD Navy Blue

📋 copy color: '#037CCD'

red 3 ◦ green 124 ◦ blue 205

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

Shades of Navy Blue #037CCD

Tints of Navy Blue #037CCD

RGB

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

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

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

R = 0.9%
G = 37.35%
B = 61.75%

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

#037CCD (or 0x037CCD) is known color: Navy Blue. HEX triplet: 03, 7C and CD. RGB value is (3,124,205). Sum of RGB (Red+Green+Blue) = 3+124+205=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #037CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CCD is #FC8332. Grayscale: #606060. Windows color (decimal): -16548659 or 13466627. OLE color: 13466627.

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

Color convert

RGB 3 124 205 -
CMYK 0.99 0.40 0 0.20
HSL 204.06º 0.97% 0.41% -
HSV(B) 204.06º 0.99% 0.8% -
XYZ 18.26 18.84 60.43 -
YUV 97.06 188.91 60.91 -
System Red Green Blue C M Y K H S L
Decimal 3 124 205 0.99 0.40 0 0.20 204.06 0.97 0.41
Hex 3 7C CD 63 28 0 14 CC 61 29
Octal 3 174 315 143 50 0 24 314 141 51
Binary 11 1111100 11001101 1100011 101000 0 10100 11001100 1100001 101001

Color Harmonies of #037CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037CCD

Black with #037CCD

Text Example


Text Example

White with #037CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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