Html Css Color HEX #1C3066 Sapphire

📋 copy color: '#1C3066'

red 28 ◦ green 48 ◦ blue 102

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

Shades of Sapphire #1C3066

Tints of Sapphire #1C3066

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.97%

 BLUE value IS 102 (40.23% from 255) = 57.3%

R = 15.73%
G = 26.97%
B = 57.3%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#1C3066 (or 0x1C3066) is known color: Sapphire. HEX triplet: 1C, 30 and 66. RGB value is (28,48,102). Sum of RGB (Red+Green+Blue) = 28+48+102=178 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.73% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #1C3066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3066 is #E3CF99. Grayscale: #2F2F2F. Windows color (decimal): -14929818 or 6696988. OLE color: 6696988.

HSL color Cylindrical-coordinate representation of color #1C3066: hue angle of 223.78º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C3066 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 28 48 102 -
CMYK 0.73 0.53 0 0.6
HSL 223.78º 0.57% 0.25% -
HSV(B) 223.78º 0.73% 0.4% -
XYZ 3.93 3.32 13 -
YUV 48.18 158.37 113.61 -
System Red Green Blue C M Y K H S L
Decimal 28 48 102 0.73 0.53 0 0.6 223.78 0.57 0.25
Hex 1C 30 66 49 35 0 3C E0 39 19
Octal 34 60 146 111 65 0 74 340 71 31
Binary 11100 110000 1100110 1001001 110101 0 111100 11100000 111001 11001

Color Harmonies of #1C3066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3066

Black with #1C3066

Text Example


Text Example

White with #1C3066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,48,102); }

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

background-color css

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

 a { background-color: rgb(28,48,102); }

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

border-color css

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

 span { border-color: rgb(28,48,102); }

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