Html Css Color HEX #1385AA Cerulean

📋 copy color: '#1385AA'

red 19 ◦ green 133 ◦ blue 170

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

Shades of Cerulean #1385AA

Tints of Cerulean #1385AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.8%

R = 5.9%
G = 41.3%
B = 52.8%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1385AA (or 0x1385AA) is known color: Cerulean. HEX triplet: 13, 85 and AA. RGB value is (19,133,170). Sum of RGB (Red+Green+Blue) = 19+133+170=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #1385AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1385AA is #EC7A55. Grayscale: #666666. Windows color (decimal): -15497814 or 11175187. OLE color: 11175187.

HSL color Cylindrical-coordinate representation of color #1385AA: hue angle of 194.7º 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 #1385AA is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 133 170 -
CMYK 0.89 0.22 0 0.33
HSL 194.7º 0.8% 0.37% -
HSV(B) 194.7º 0.89% 0.67% -
XYZ 15.91 19.82 41.02 -
YUV 103.13 165.73 67.99 -
System Red Green Blue C M Y K H S L
Decimal 19 133 170 0.89 0.22 0 0.33 194.7 0.8 0.37
Hex 13 85 AA 59 16 0 21 C3 50 25
Octal 23 205 252 131 26 0 41 303 120 45
Binary 10011 10000101 10101010 1011001 10110 0 100001 11000011 1010000 100101

Color Harmonies of #1385AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1385AA

Black with #1385AA

Text Example


Text Example

White with #1385AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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