Html Css Color HEX #1D317C Resolution Blue

📋 copy color: '#1D317C'

red 29 ◦ green 49 ◦ blue 124

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

Shades of Resolution Blue #1D317C

Tints of Resolution Blue #1D317C

RGB

 RED value IS 29 (11.72% from 255) = 14.36%

 GREEN value IS 49 (19.53% from 255) = 24.26%

 BLUE value IS 124 (48.83% from 255) = 61.39%

R = 14.36%
G = 24.26%
B = 61.39%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1D317C (or 0x1D317C) is known color: Resolution Blue. HEX triplet: 1D, 31 and 7C. RGB value is (29,49,124). Sum of RGB (Red+Green+Blue) = 29+49+124=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D317C is #E2CE83. Grayscale: #333333. Windows color (decimal): -14864004 or 8139037. OLE color: 8139037.

HSL color Cylindrical-coordinate representation of color #1D317C: hue angle of 227.37º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D317C is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 49 124 -
CMYK 0.77 0.60 0 0.51
HSL 227.37º 0.62% 0.3% -
HSV(B) 227.37º 0.77% 0.49% -
XYZ 5.24 3.91 19.55 -
YUV 51.57 168.87 111.9 -
System Red Green Blue C M Y K H S L
Decimal 29 49 124 0.77 0.60 0 0.51 227.37 0.62 0.3
Hex 1D 31 7C 4D 3C 0 33 E3 3E 1E
Octal 35 61 174 115 74 0 63 343 76 36
Binary 11101 110001 1111100 1001101 111100 0 110011 11100011 111110 11110

Color Harmonies of #1D317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D317C

Black with #1D317C

Text Example


Text Example

White with #1D317C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,49,124); }

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

background-color css

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

 a { background-color: rgb(29,49,124); }

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

border-color css

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

 span { border-color: rgb(29,49,124); }

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