Html Css Color HEX #1C317F Resolution Blue

📋 copy color: '#1C317F'

red 28 ◦ green 49 ◦ blue 127

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

Shades of Resolution Blue #1C317F

Tints of Resolution Blue #1C317F

RGB

 RED value IS 28 (11.33% from 255) = 13.73%

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

 BLUE value IS 127 (50% from 255) = 62.25%

R = 13.73%
G = 24.02%
B = 62.25%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1C317F (or 0x1C317F) is known color: Resolution Blue. HEX triplet: 1C, 31 and 7F. RGB value is (28,49,127). Sum of RGB (Red+Green+Blue) = 28+49+127=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #1C317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C317F is #E3CE80. Grayscale: #333333. Windows color (decimal): -14929537 or 8335644. OLE color: 8335644.

HSL color Cylindrical-coordinate representation of color #1C317F: hue angle of 227.27º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C317F is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 28 49 127 -
CMYK 0.78 0.61 0 0.50
HSL 227.27º 0.64% 0.3% -
HSV(B) 227.27º 0.78% 0.5% -
XYZ 5.41 3.98 20.56 -
YUV 51.61 170.54 111.16 -
System Red Green Blue C M Y K H S L
Decimal 28 49 127 0.78 0.61 0 0.50 227.27 0.64 0.3
Hex 1C 31 7F 4E 3D 0 32 E3 40 1E
Octal 34 61 177 116 75 0 62 343 100 36
Binary 11100 110001 1111111 1001110 111101 0 110010 11100011 1000000 11110

Color Harmonies of #1C317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C317F

Black with #1C317F

Text Example


Text Example

White with #1C317F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,49,127); }

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

background-color css

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

 a { background-color: rgb(28,49,127); }

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

border-color css

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

 span { border-color: rgb(28,49,127); }

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