Html Css Color HEX #037FE7 Navy Blue

📋 copy color: '#037FE7'

red 3 ◦ green 127 ◦ blue 231

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

Shades of Navy Blue #037FE7

Tints of Navy Blue #037FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 63.99%

R = 0.83%
G = 35.18%
B = 63.99%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#037FE7 (or 0x037FE7) is known color: Navy Blue. HEX triplet: 03, 7F and E7. RGB value is (3,127,231). Sum of RGB (Red+Green+Blue) = 3+127+231=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 231 (90.62% from 255 or 63.99% from 361); Max value from RGB is 231 - color contains mainly: blue. Hex color #037FE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037FE7 is #FC8018. Grayscale: #656565. Windows color (decimal): -16547865 or 15171331. OLE color: 15171331.

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

Color convert

RGB 3 127 231 -
CMYK 0.99 0.45 0 0.09
HSL 207.37º 0.97% 0.46% -
HSV(B) 207.37º 0.99% 0.91% -
XYZ 22.05 20.97 78.49 -
YUV 101.78 200.92 57.54 -
System Red Green Blue C M Y K H S L
Decimal 3 127 231 0.99 0.45 0 0.09 207.37 0.97 0.46
Hex 3 7F E7 63 2D 0 9 CF 61 2E
Octal 3 177 347 143 55 0 11 317 141 56
Binary 11 1111111 11100111 1100011 101101 0 1001 11001111 1100001 101110

Color Harmonies of #037FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037FE7

Black with #037FE7

Text Example


Text Example

White with #037FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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