Html Css Color HEX #037FDA Navy Blue

📋 copy color: '#037FDA'

red 3 ◦ green 127 ◦ blue 218

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

Shades of Navy Blue #037FDA

Tints of Navy Blue #037FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.64%

R = 0.86%
G = 36.49%
B = 62.64%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#037FDA (or 0x037FDA) is known color: Navy Blue. HEX triplet: 03, 7F and DA. RGB value is (3,127,218). Sum of RGB (Red+Green+Blue) = 3+127+218=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #037FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FDA is #FC8025. Grayscale: #636363. Windows color (decimal): -16547878 or 14319363. OLE color: 14319363.

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

Color convert

RGB 3 127 218 -
CMYK 0.99 0.42 0 0.15
HSL 205.4º 0.97% 0.43% -
HSV(B) 205.4º 0.99% 0.85% -
XYZ 20.28 20.26 69.17 -
YUV 100.3 194.42 58.6 -
System Red Green Blue C M Y K H S L
Decimal 3 127 218 0.99 0.42 0 0.15 205.4 0.97 0.43
Hex 3 7F DA 63 2A 0 F CD 61 2B
Octal 3 177 332 143 52 0 17 315 141 53
Binary 11 1111111 11011010 1100011 101010 0 1111 11001101 1100001 101011

Color Harmonies of #037FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037FDA

Black with #037FDA

Text Example


Text Example

White with #037FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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