Html Css Color HEX #1585AC Cerulean

📋 copy color: '#1585AC'

red 21 ◦ green 133 ◦ blue 172

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

Shades of Cerulean #1585AC

Tints of Cerulean #1585AC

RGB

 RED value IS 21 (8.59% from 255) = 6.44%

 GREEN value IS 133 (52.34% from 255) = 40.8%

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

R = 6.44%
G = 40.8%
B = 52.76%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1585AC (or 0x1585AC) is known color: Cerulean. HEX triplet: 15, 85 and AC. RGB value is (21,133,172). Sum of RGB (Red+Green+Blue) = 21+133+172=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #1585AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1585AC is #EA7A53. Grayscale: #676767. Windows color (decimal): -15366740 or 11306261. OLE color: 11306261.

HSL color Cylindrical-coordinate representation of color #1585AC: hue angle of 195.5º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1585AC is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 133 172 -
CMYK 0.88 0.23 0 0.33
HSL 195.5º 0.78% 0.38% -
HSV(B) 195.5º 0.88% 0.67% -
XYZ 16.14 19.91 42.02 -
YUV 103.96 166.39 68.83 -
System Red Green Blue C M Y K H S L
Decimal 21 133 172 0.88 0.23 0 0.33 195.5 0.78 0.38
Hex 15 85 AC 58 17 0 21 C3 4E 26
Octal 25 205 254 130 27 0 41 303 116 46
Binary 10101 10000101 10101100 1011000 10111 0 100001 11000011 1001110 100110

Color Harmonies of #1585AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1585AC

Black with #1585AC

Text Example


Text Example

White with #1585AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1585AC; }

 p { color: rgb(21,133,172); }

 H1.HeaderClassName
 {
   color: #1585AC;
 }
 .AnyTagClassName
 {
   color: #1585AC;
 }
</style>

background-color css

<style>
 a { background-color: #1585AC; }

 a { background-color: rgb(21,133,172); }

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

border-color css

<style>
 span { border-color: #1585AC; }

 span { border-color: rgb(21,133,172); }

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