Html Css Color HEX #1C346F Sapphire

📋 copy color: '#1C346F'

red 28 ◦ green 52 ◦ blue 111

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

Shades of Sapphire #1C346F

Tints of Sapphire #1C346F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.23%

 BLUE value IS 111 (43.75% from 255) = 58.12%

R = 14.66%
G = 27.23%
B = 58.12%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C346F (or 0x1C346F) is known color: Sapphire. HEX triplet: 1C, 34 and 6F. RGB value is (28,52,111). Sum of RGB (Red+Green+Blue) = 28+52+111=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C346F is #E3CB90. Grayscale: #333333. Windows color (decimal): -14928785 or 7287836. OLE color: 7287836.

HSL color Cylindrical-coordinate representation of color #1C346F: hue angle of 222.65º 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 #1C346F is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 52 111 -
CMYK 0.75 0.53 0 0.56
HSL 222.65º 0.6% 0.27% -
HSV(B) 222.65º 0.75% 0.44% -
XYZ 4.58 3.85 15.54 -
YUV 51.55 161.55 111.2 -
System Red Green Blue C M Y K H S L
Decimal 28 52 111 0.75 0.53 0 0.56 222.65 0.6 0.27
Hex 1C 34 6F 4B 35 0 38 DF 3C 1B
Octal 34 64 157 113 65 0 70 337 74 33
Binary 11100 110100 1101111 1001011 110101 0 111000 11011111 111100 11011

Color Harmonies of #1C346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C346F

Black with #1C346F

Text Example


Text Example

White with #1C346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,52,111); }

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

background-color css

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

 a { background-color: rgb(28,52,111); }

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

border-color css

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

 span { border-color: rgb(28,52,111); }

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