Html Css Color HEX #1C7DAC Cerulean

📋 copy color: '#1C7DAC'

red 28 ◦ green 125 ◦ blue 172

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

Shades of Cerulean #1C7DAC

Tints of Cerulean #1C7DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.46%

 BLUE value IS 172 (67.58% from 255) = 52.92%

R = 8.62%
G = 38.46%
B = 52.92%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C7DAC (or 0x1C7DAC) is known color: Cerulean. HEX triplet: 1C, 7D and AC. RGB value is (28,125,172). Sum of RGB (Red+Green+Blue) = 28+125+172=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C7DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7DAC is #E38253. Grayscale: #656565. Windows color (decimal): -14910036 or 11304220. OLE color: 11304220.

HSL color Cylindrical-coordinate representation of color #1C7DAC: hue angle of 199.58º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C7DAC is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 125 172 -
CMYK 0.84 0.27 0 0.33
HSL 199.58º 0.72% 0.39% -
HSV(B) 199.58º 0.84% 0.67% -
XYZ 15.26 17.89 41.68 -
YUV 101.36 167.86 75.68 -
System Red Green Blue C M Y K H S L
Decimal 28 125 172 0.84 0.27 0 0.33 199.58 0.72 0.39
Hex 1C 7D AC 54 1B 0 21 C8 48 27
Octal 34 175 254 124 33 0 41 310 110 47
Binary 11100 1111101 10101100 1010100 11011 0 100001 11001000 1001000 100111

Color Harmonies of #1C7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7DAC

Black with #1C7DAC

Text Example


Text Example

White with #1C7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,125,172); }

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

background-color css

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

 a { background-color: rgb(28,125,172); }

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

border-color css

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

 span { border-color: rgb(28,125,172); }

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