Html Css Color HEX #1C317E Resolution Blue

📋 copy color: '#1C317E'

red 28 ◦ green 49 ◦ blue 126

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

Shades of Resolution Blue #1C317E

Tints of Resolution Blue #1C317E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 62.07%

R = 13.79%
G = 24.14%
B = 62.07%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C317E (or 0x1C317E) is known color: Resolution Blue. HEX triplet: 1C, 31 and 7E. RGB value is (28,49,126). Sum of RGB (Red+Green+Blue) = 28+49+126=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 126 (49.61% from 255 or 62.07% from 203); Max value from RGB is 126 - color contains mainly: blue. Hex color #1C317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C317E is #E3CE81. Grayscale: #333333. Windows color (decimal): -14929538 or 8270108. OLE color: 8270108.

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

Color convert

RGB 28 49 126 -
CMYK 0.78 0.61 0 0.51
HSL 227.14º 0.64% 0.3% -
HSV(B) 227.14º 0.78% 0.49% -
XYZ 5.34 3.95 20.22 -
YUV 51.5 170.04 111.24 -
System Red Green Blue C M Y K H S L
Decimal 28 49 126 0.78 0.61 0 0.51 227.14 0.64 0.3
Hex 1C 31 7E 4E 3D 0 33 E3 40 1E
Octal 34 61 176 116 75 0 63 343 100 36
Binary 11100 110001 1111110 1001110 111101 0 110011 11100011 1000000 11110

Color Harmonies of #1C317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C317E

Black with #1C317E

Text Example


Text Example

White with #1C317E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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