Html Css Color HEX #037FE1 Navy Blue

📋 copy color: '#037FE1'

red 3 ◦ green 127 ◦ blue 225

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

Shades of Navy Blue #037FE1

Tints of Navy Blue #037FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 63.38%

R = 0.85%
G = 35.77%
B = 63.38%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#037FE1 (or 0x037FE1) is known color: Navy Blue. HEX triplet: 03, 7F and E1. RGB value is (3,127,225). Sum of RGB (Red+Green+Blue) = 3+127+225=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 225 (88.28% from 255 or 63.38% from 355); Max value from RGB is 225 - color contains mainly: blue. Hex color #037FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FE1 is #FC801E. Grayscale: #646464. Windows color (decimal): -16547871 or 14778115. OLE color: 14778115.

HSL color Cylindrical-coordinate representation of color #037FE1: hue angle of 206.49º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037FE1 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 127 225 -
CMYK 0.99 0.44 0 0.12
HSL 206.49º 0.97% 0.45% -
HSV(B) 206.49º 0.99% 0.88% -
XYZ 21.22 20.63 74.1 -
YUV 101.1 197.92 58.03 -
System Red Green Blue C M Y K H S L
Decimal 3 127 225 0.99 0.44 0 0.12 206.49 0.97 0.45
Hex 3 7F E1 63 2C 0 C CE 61 2D
Octal 3 177 341 143 54 0 14 316 141 55
Binary 11 1111111 11100001 1100011 101100 0 1100 11001110 1100001 101101

Color Harmonies of #037FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037FE1

Black with #037FE1

Text Example


Text Example

White with #037FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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