Html Css Color HEX #037FCA Navy Blue

📋 copy color: '#037FCA'

red 3 ◦ green 127 ◦ blue 202

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

Shades of Navy Blue #037FCA

Tints of Navy Blue #037FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 38.25%

 BLUE value IS 202 (79.3% from 255) = 60.84%

R = 0.9%
G = 38.25%
B = 60.84%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#037FCA (or 0x037FCA) is known color: Navy Blue. HEX triplet: 03, 7F and CA. RGB value is (3,127,202). Sum of RGB (Red+Green+Blue) = 3+127+202=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 202 (79.30% from 255 or 60.84% from 332); Max value from RGB is 202 - color contains mainly: blue. Hex color #037FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FCA is #FC8035. Grayscale: #626262. Windows color (decimal): -16547894 or 13270787. OLE color: 13270787.

HSL color Cylindrical-coordinate representation of color #037FCA: hue angle of 202.61º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037FCA is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 127 202 -
CMYK 0.99 0.37 0 0.21
HSL 202.61º 0.97% 0.4% -
HSV(B) 202.61º 0.99% 0.79% -
XYZ 18.29 19.46 58.67 -
YUV 98.47 186.42 59.9 -
System Red Green Blue C M Y K H S L
Decimal 3 127 202 0.99 0.37 0 0.21 202.61 0.97 0.4
Hex 3 7F CA 63 25 0 15 CB 61 28
Octal 3 177 312 143 45 0 25 313 141 50
Binary 11 1111111 11001010 1100011 100101 0 10101 11001011 1100001 101000

Color Harmonies of #037FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037FCA

Black with #037FCA

Text Example


Text Example

White with #037FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,127,202); }

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

background-color css

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

 a { background-color: rgb(3,127,202); }

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

border-color css

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

 span { border-color: rgb(3,127,202); }

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