Html Css Color HEX #1C7CAE Cerulean

📋 copy color: '#1C7CAE'

red 28 ◦ green 124 ◦ blue 174

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

Shades of Cerulean #1C7CAE

Tints of Cerulean #1C7CAE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.04%

 BLUE value IS 174 (68.36% from 255) = 53.37%

R = 8.59%
G = 38.04%
B = 53.37%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C7CAE (or 0x1C7CAE) is known color: Cerulean. HEX triplet: 1C, 7C and AE. RGB value is (28,124,174). Sum of RGB (Red+Green+Blue) = 28+124+174=326 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.59% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C7CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7CAE is #E38351. Grayscale: #646464. Windows color (decimal): -14910290 or 11435036. OLE color: 11435036.

HSL color Cylindrical-coordinate representation of color #1C7CAE: hue angle of 200.55º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C7CAE is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 124 174 -
CMYK 0.84 0.29 0 0.32
HSL 200.55º 0.72% 0.4% -
HSV(B) 200.55º 0.84% 0.68% -
XYZ 15.33 17.72 42.66 -
YUV 101 169.2 75.93 -
System Red Green Blue C M Y K H S L
Decimal 28 124 174 0.84 0.29 0 0.32 200.55 0.72 0.4
Hex 1C 7C AE 54 1D 0 20 C9 48 28
Octal 34 174 256 124 35 0 40 311 110 50
Binary 11100 1111100 10101110 1010100 11101 0 100000 11001001 1001000 101000

Color Harmonies of #1C7CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7CAE

Black with #1C7CAE

Text Example


Text Example

White with #1C7CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,124,174); }

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

background-color css

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

 a { background-color: rgb(28,124,174); }

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

border-color css

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

 span { border-color: rgb(28,124,174); }

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