Html Css Color HEX #1C487B Dark Cerulean

📋 copy color: '#1C487B'

red 28 ◦ green 72 ◦ blue 123

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

Shades of Dark Cerulean #1C487B

Tints of Dark Cerulean #1C487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 55.16%

R = 12.56%
G = 32.29%
B = 55.16%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1C487B (or 0x1C487B) is known color: Dark Cerulean. HEX triplet: 1C, 48 and 7B. RGB value is (28,72,123). Sum of RGB (Red+Green+Blue) = 28+72+123=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C487B is #E3B784. Grayscale: #404040. Windows color (decimal): -14923653 or 8079388. OLE color: 8079388.

HSL color Cylindrical-coordinate representation of color #1C487B: hue angle of 212.21º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C487B is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 28 72 123 -
CMYK 0.77 0.41 0 0.52
HSL 212.21º 0.63% 0.3% -
HSV(B) 212.21º 0.77% 0.48% -
XYZ 6.37 6.31 19.62 -
YUV 64.66 160.92 101.85 -
System Red Green Blue C M Y K H S L
Decimal 28 72 123 0.77 0.41 0 0.52 212.21 0.63 0.3
Hex 1C 48 7B 4D 29 0 34 D4 3F 1E
Octal 34 110 173 115 51 0 64 324 77 36
Binary 11100 1001000 1111011 1001101 101001 0 110100 11010100 111111 11110

Color Harmonies of #1C487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C487B

Black with #1C487B

Text Example


Text Example

White with #1C487B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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