Html Css Color HEX #1387AF Cerulean

📋 copy color: '#1387AF'

red 19 ◦ green 135 ◦ blue 175

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

Shades of Cerulean #1387AF

Tints of Cerulean #1387AF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.03%

 BLUE value IS 175 (68.75% from 255) = 53.19%

R = 5.78%
G = 41.03%
B = 53.19%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1387AF (or 0x1387AF) is known color: Cerulean. HEX triplet: 13, 87 and AF. RGB value is (19,135,175). Sum of RGB (Red+Green+Blue) = 19+135+175=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #1387AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1387AF is #EC7850. Grayscale: #686868. Windows color (decimal): -15497297 or 11503379. OLE color: 11503379.

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

Color convert

RGB 19 135 175 -
CMYK 0.89 0.23 0 0.31
HSL 195.38º 0.8% 0.38% -
HSV(B) 195.38º 0.89% 0.69% -
XYZ 16.67 20.56 43.65 -
YUV 104.88 167.57 66.75 -
System Red Green Blue C M Y K H S L
Decimal 19 135 175 0.89 0.23 0 0.31 195.38 0.8 0.38
Hex 13 87 AF 59 17 0 1F C3 50 26
Octal 23 207 257 131 27 0 37 303 120 46
Binary 10011 10000111 10101111 1011001 10111 0 11111 11000011 1010000 100110

Color Harmonies of #1387AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1387AF

Black with #1387AF

Text Example


Text Example

White with #1387AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1387AF; }

 p { color: rgb(19,135,175); }

 H1.HeaderClassName
 {
   color: #1387AF;
 }
 .AnyTagClassName
 {
   color: #1387AF;
 }
</style>

background-color css

<style>
 a { background-color: #1387AF; }

 a { background-color: rgb(19,135,175); }

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

border-color css

<style>
 span { border-color: #1387AF; }

 span { border-color: rgb(19,135,175); }

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