Html Css Color HEX #1388AF Cerulean

📋 copy color: '#1388AF'

red 19 ◦ green 136 ◦ blue 175

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

Shades of Cerulean #1388AF

Tints of Cerulean #1388AF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.21%

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

R = 5.76%
G = 41.21%
B = 53.03%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1388AF (or 0x1388AF) is known color: Cerulean. HEX triplet: 13, 88 and AF. RGB value is (19,136,175). Sum of RGB (Red+Green+Blue) = 19+136+175=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #1388AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1388AF is #EC7750. Grayscale: #696969. Windows color (decimal): -15497041 or 11503635. OLE color: 11503635.

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

Color convert

RGB 19 136 175 -
CMYK 0.89 0.22 0 0.31
HSL 195º 0.8% 0.38% -
HSV(B) 195º 0.89% 0.69% -
XYZ 16.81 20.84 43.69 -
YUV 105.46 167.24 66.33 -
System Red Green Blue C M Y K H S L
Decimal 19 136 175 0.89 0.22 0 0.31 195 0.8 0.38
Hex 13 88 AF 59 16 0 1F C3 50 26
Octal 23 210 257 131 26 0 37 303 120 46
Binary 10011 10001000 10101111 1011001 10110 0 11111 11000011 1010000 100110

Color Harmonies of #1388AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1388AF

Black with #1388AF

Text Example


Text Example

White with #1388AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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