Html Css Color HEX #1C487F Dark Cerulean

📋 copy color: '#1C487F'

red 28 ◦ green 72 ◦ blue 127

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

Shades of Dark Cerulean #1C487F

Tints of Dark Cerulean #1C487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.72%

 BLUE value IS 127 (50% from 255) = 55.95%

R = 12.33%
G = 31.72%
B = 55.95%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1C487F (or 0x1C487F) is known color: Dark Cerulean. HEX triplet: 1C, 48 and 7F. RGB value is (28,72,127). Sum of RGB (Red+Green+Blue) = 28+72+127=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #1C487F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C487F is #E3B780. Grayscale: #404040. Windows color (decimal): -14923649 or 8341532. OLE color: 8341532.

HSL color Cylindrical-coordinate representation of color #1C487F: hue angle of 213.33º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C487F is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 28 72 127 -
CMYK 0.78 0.43 0 0.50
HSL 213.33º 0.64% 0.3% -
HSV(B) 213.33º 0.78% 0.5% -
XYZ 6.63 6.41 20.97 -
YUV 65.11 162.92 101.53 -
System Red Green Blue C M Y K H S L
Decimal 28 72 127 0.78 0.43 0 0.50 213.33 0.64 0.3
Hex 1C 48 7F 4E 2B 0 32 D5 40 1E
Octal 34 110 177 116 53 0 62 325 100 36
Binary 11100 1001000 1111111 1001110 101011 0 110010 11010101 1000000 11110

Color Harmonies of #1C487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C487F

Black with #1C487F

Text Example


Text Example

White with #1C487F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,72,127); }

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

background-color css

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

 a { background-color: rgb(28,72,127); }

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

border-color css

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

 span { border-color: rgb(28,72,127); }

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