Html Css Color HEX #1C3270 Sapphire

📋 copy color: '#1C3270'

red 28 ◦ green 50 ◦ blue 112

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

Shades of Sapphire #1C3270

Tints of Sapphire #1C3270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.32%

 BLUE value IS 112 (44.14% from 255) = 58.95%

R = 14.74%
G = 26.32%
B = 58.95%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C3270 (or 0x1C3270) is known color: Sapphire. HEX triplet: 1C, 32 and 70. RGB value is (28,50,112). Sum of RGB (Red+Green+Blue) = 28+50+112=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C3270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3270 is #E3CD8F. Grayscale: #323232. Windows color (decimal): -14929296 or 7352860. OLE color: 7352860.

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

Color convert

RGB 28 50 112 -
CMYK 0.75 0.55 0 0.56
HSL 224.29º 0.6% 0.27% -
HSV(B) 224.29º 0.75% 0.44% -
XYZ 4.54 3.7 15.8 -
YUV 50.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 28 50 112 0.75 0.55 0 0.56 224.29 0.6 0.27
Hex 1C 32 70 4B 37 0 38 E0 3C 1B
Octal 34 62 160 113 67 0 70 340 74 33
Binary 11100 110010 1110000 1001011 110111 0 111000 11100000 111100 11011

Color Harmonies of #1C3270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3270

Black with #1C3270

Text Example


Text Example

White with #1C3270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,50,112); }

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

background-color css

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

 a { background-color: rgb(28,50,112); }

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

border-color css

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

 span { border-color: rgb(28,50,112); }

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