Html Css Color HEX #1385AD Cerulean

📋 copy color: '#1385AD'

red 19 ◦ green 133 ◦ blue 173

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

Shades of Cerulean #1385AD

Tints of Cerulean #1385AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.23%

R = 5.85%
G = 40.92%
B = 53.23%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1385AD (or 0x1385AD) is known color: Cerulean. HEX triplet: 13, 85 and AD. RGB value is (19,133,173). Sum of RGB (Red+Green+Blue) = 19+133+173=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #1385AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1385AD is #EC7A52. Grayscale: #676767. Windows color (decimal): -15497811 or 11371795. OLE color: 11371795.

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

Color convert

RGB 19 133 173 -
CMYK 0.89 0.23 0 0.32
HSL 195.58º 0.8% 0.38% -
HSV(B) 195.58º 0.89% 0.68% -
XYZ 16.2 19.93 42.53 -
YUV 103.47 167.23 67.75 -
System Red Green Blue C M Y K H S L
Decimal 19 133 173 0.89 0.23 0 0.32 195.58 0.8 0.38
Hex 13 85 AD 59 17 0 20 C4 50 26
Octal 23 205 255 131 27 0 40 304 120 46
Binary 10011 10000101 10101101 1011001 10111 0 100000 11000100 1010000 100110

Color Harmonies of #1385AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1385AD

Black with #1385AD

Text Example


Text Example

White with #1385AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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