Html Css Color HEX #037FDE Navy Blue

📋 copy color: '#037FDE'

red 3 ◦ green 127 ◦ blue 222

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

Shades of Navy Blue #037FDE

Tints of Navy Blue #037FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.07%

R = 0.85%
G = 36.08%
B = 63.07%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#037FDE (or 0x037FDE) is known color: Navy Blue. HEX triplet: 03, 7F and DE. RGB value is (3,127,222). Sum of RGB (Red+Green+Blue) = 3+127+222=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #037FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FDE is #FC8021. Grayscale: #646464. Windows color (decimal): -16547874 or 14581507. OLE color: 14581507.

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

Color convert

RGB 3 127 222 -
CMYK 0.99 0.43 0 0.13
HSL 206.03º 0.97% 0.44% -
HSV(B) 206.03º 0.99% 0.87% -
XYZ 20.81 20.47 71.96 -
YUV 100.75 196.42 58.28 -
System Red Green Blue C M Y K H S L
Decimal 3 127 222 0.99 0.43 0 0.13 206.03 0.97 0.44
Hex 3 7F DE 63 2B 0 D CE 61 2C
Octal 3 177 336 143 53 0 15 316 141 54
Binary 11 1111111 11011110 1100011 101011 0 1101 11001110 1100001 101100

Color Harmonies of #037FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037FDE

Black with #037FDE

Text Example


Text Example

White with #037FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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