Html Css Color HEX #1F78DA Navy Blue

📋 copy color: '#1F78DA'

red 31 ◦ green 120 ◦ blue 218

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

Shades of Navy Blue #1F78DA

Tints of Navy Blue #1F78DA

RGB

 RED value IS 31 (12.5% from 255) = 8.4%

 GREEN value IS 120 (47.27% from 255) = 32.52%

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

R = 8.4%
G = 32.52%
B = 59.08%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1F78DA (or 0x1F78DA) is known color: Navy Blue. HEX triplet: 1F, 78 and DA. RGB value is (31,120,218). Sum of RGB (Red+Green+Blue) = 31+120+218=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F78DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F78DA is #E08725. Grayscale: #686868. Windows color (decimal): -14714662 or 14317599. OLE color: 14317599.

HSL color Cylindrical-coordinate representation of color #1F78DA: hue angle of 211.44º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F78DA is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 120 218 -
CMYK 0.86 0.45 0 0.15
HSL 211.44º 0.75% 0.49% -
HSV(B) 211.44º 0.86% 0.85% -
XYZ 19.94 18.79 68.91 -
YUV 104.56 192.01 75.53 -
System Red Green Blue C M Y K H S L
Decimal 31 120 218 0.86 0.45 0 0.15 211.44 0.75 0.49
Hex 1F 78 DA 56 2D 0 F D3 4B 31
Octal 37 170 332 126 55 0 17 323 113 61
Binary 11111 1111000 11011010 1010110 101101 0 1111 11010011 1001011 110001

Color Harmonies of #1F78DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F78DA

Black with #1F78DA

Text Example


Text Example

White with #1F78DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F78DA; }

 p { color: rgb(31,120,218); }

 H1.HeaderClassName
 {
   color: #1F78DA;
 }
 .AnyTagClassName
 {
   color: #1F78DA;
 }
</style>

background-color css

<style>
 a { background-color: #1F78DA; }

 a { background-color: rgb(31,120,218); }

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

border-color css

<style>
 span { border-color: #1F78DA; }

 span { border-color: rgb(31,120,218); }

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