Html Css Color HEX #037FE8 Navy Blue

📋 copy color: '#037FE8'

red 3 ◦ green 127 ◦ blue 232

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

Shades of Navy Blue #037FE8

Tints of Navy Blue #037FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 64.09%

R = 0.83%
G = 35.08%
B = 64.09%

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

#037FE8 (or 0x037FE8) is known color: Navy Blue. HEX triplet: 03, 7F and E8. RGB value is (3,127,232). Sum of RGB (Red+Green+Blue) = 3+127+232=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 232 (91.02% from 255 or 64.09% from 362); Max value from RGB is 232 - color contains mainly: blue. Hex color #037FE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037FE8 is #FC8017. Grayscale: #656565. Windows color (decimal): -16547864 or 15236867. OLE color: 15236867.

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

Color convert

RGB 3 127 232 -
CMYK 0.99 0.45 0 0.09
HSL 207.51º 0.97% 0.46% -
HSV(B) 207.51º 0.99% 0.91% -
XYZ 22.19 21.02 79.23 -
YUV 101.89 201.42 57.46 -
System Red Green Blue C M Y K H S L
Decimal 3 127 232 0.99 0.45 0 0.09 207.51 0.97 0.46
Hex 3 7F E8 63 2D 0 9 D0 61 2E
Octal 3 177 350 143 55 0 11 320 141 56
Binary 11 1111111 11101000 1100011 101101 0 1001 11010000 1100001 101110

Color Harmonies of #037FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037FE8

Black with #037FE8

Text Example


Text Example

White with #037FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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