Html Css Color HEX #1385AC Cerulean

📋 copy color: '#1385AC'

red 19 ◦ green 133 ◦ blue 172

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

Shades of Cerulean #1385AC

Tints of Cerulean #1385AC

RGB

 RED value IS 19 (7.81% from 255) = 5.86%

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

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

R = 5.86%
G = 41.05%
B = 53.09%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1385AC (or 0x1385AC) is known color: Cerulean. HEX triplet: 13, 85 and AC. RGB value is (19,133,172). Sum of RGB (Red+Green+Blue) = 19+133+172=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #1385AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1385AC is #EC7A53. Grayscale: #676767. Windows color (decimal): -15497812 or 11306259. OLE color: 11306259.

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

Color convert

RGB 19 133 172 -
CMYK 0.89 0.23 0 0.33
HSL 195.29º 0.8% 0.37% -
HSV(B) 195.29º 0.89% 0.67% -
XYZ 16.1 19.89 42.02 -
YUV 103.36 166.73 67.83 -
System Red Green Blue C M Y K H S L
Decimal 19 133 172 0.89 0.23 0 0.33 195.29 0.8 0.37
Hex 13 85 AC 59 17 0 21 C3 50 25
Octal 23 205 254 131 27 0 41 303 120 45
Binary 10011 10000101 10101100 1011001 10111 0 100001 11000011 1010000 100101

Color Harmonies of #1385AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1385AC

Black with #1385AC

Text Example


Text Example

White with #1385AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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