Html Css Color HEX #1C2B6C Sapphire

📋 copy color: '#1C2B6C'

red 28 ◦ green 43 ◦ blue 108

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

Shades of Sapphire #1C2B6C

Tints of Sapphire #1C2B6C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.02%

 BLUE value IS 108 (42.58% from 255) = 60.34%

R = 15.64%
G = 24.02%
B = 60.34%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1C2B6C (or 0x1C2B6C) is known color: Sapphire. HEX triplet: 1C, 2B and 6C. RGB value is (28,43,108). Sum of RGB (Red+Green+Blue) = 28+43+108=179 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.64% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 108 (42.58% from 255 or 60.34% from 179); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C2B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2B6C is #E3D493. Grayscale: #2D2D2D. Windows color (decimal): -14931092 or 7088924. OLE color: 7088924.

HSL color Cylindrical-coordinate representation of color #1C2B6C: hue angle of 228.75º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C2B6C is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 28 43 108 -
CMYK 0.74 0.60 0 0.58
HSL 228.75º 0.59% 0.27% -
HSV(B) 228.75º 0.74% 0.42% -
XYZ 4.05 3.06 14.56 -
YUV 45.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 28 43 108 0.74 0.60 0 0.58 228.75 0.59 0.27
Hex 1C 2B 6C 4A 3C 0 3A E5 3B 1B
Octal 34 53 154 112 74 0 72 345 73 33
Binary 11100 101011 1101100 1001010 111100 0 111010 11100101 111011 11011

Color Harmonies of #1C2B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2B6C

Black with #1C2B6C

Text Example


Text Example

White with #1C2B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,43,108); }

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

background-color css

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

 a { background-color: rgb(28,43,108); }

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

border-color css

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

 span { border-color: rgb(28,43,108); }

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