Html Css Color HEX #1C316E Sapphire

📋 copy color: '#1C316E'

red 28 ◦ green 49 ◦ blue 110

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

Shades of Sapphire #1C316E

Tints of Sapphire #1C316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 58.82%

R = 14.97%
G = 26.2%
B = 58.82%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1C316E (or 0x1C316E) is known color: Sapphire. HEX triplet: 1C, 31 and 6E. RGB value is (28,49,110). Sum of RGB (Red+Green+Blue) = 28+49+110=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C316E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C316E is #E3CE91. Grayscale: #313131. Windows color (decimal): -14929554 or 7221532. OLE color: 7221532.

HSL color Cylindrical-coordinate representation of color #1C316E: hue angle of 224.63º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C316E is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 28 49 110 -
CMYK 0.75 0.55 0 0.57
HSL 224.63º 0.59% 0.27% -
HSV(B) 224.63º 0.75% 0.43% -
XYZ 4.39 3.57 15.21 -
YUV 49.68 162.04 112.54 -
System Red Green Blue C M Y K H S L
Decimal 28 49 110 0.75 0.55 0 0.57 224.63 0.59 0.27
Hex 1C 31 6E 4B 37 0 39 E1 3B 1B
Octal 34 61 156 113 67 0 71 341 73 33
Binary 11100 110001 1101110 1001011 110111 0 111001 11100001 111011 11011

Color Harmonies of #1C316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C316E

Black with #1C316E

Text Example


Text Example

White with #1C316E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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