Html Css Color HEX #1C3168 Sapphire

📋 copy color: '#1C3168'

red 28 ◦ green 49 ◦ blue 104

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

Shades of Sapphire #1C3168

Tints of Sapphire #1C3168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 57.46%

R = 15.47%
G = 27.07%
B = 57.46%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1C3168 (or 0x1C3168) is known color: Sapphire. HEX triplet: 1C, 31 and 68. RGB value is (28,49,104). Sum of RGB (Red+Green+Blue) = 28+49+104=181 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.47% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C3168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3168 is #E3CE97. Grayscale: #303030. Windows color (decimal): -14929560 or 6828316. OLE color: 6828316.

HSL color Cylindrical-coordinate representation of color #1C3168: hue angle of 223.42º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C3168 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 28 49 104 -
CMYK 0.73 0.53 0 0.59
HSL 223.42º 0.58% 0.26% -
HSV(B) 223.42º 0.73% 0.41% -
XYZ 4.08 3.44 13.55 -
YUV 48.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 28 49 104 0.73 0.53 0 0.59 223.42 0.58 0.26
Hex 1C 31 68 49 35 0 3B DF 3A 1A
Octal 34 61 150 111 65 0 73 337 72 32
Binary 11100 110001 1101000 1001001 110101 0 111011 11011111 111010 11010

Color Harmonies of #1C3168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3168

Black with #1C3168

Text Example


Text Example

White with #1C3168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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