Html Css Color HEX #1383AC Cerulean

📋 copy color: '#1383AC'

red 19 ◦ green 131 ◦ blue 172

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

Shades of Cerulean #1383AC

Tints of Cerulean #1383AC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.68%

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

R = 5.9%
G = 40.68%
B = 53.42%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1383AC (or 0x1383AC) is known color: Cerulean. HEX triplet: 13, 83 and AC. RGB value is (19,131,172). Sum of RGB (Red+Green+Blue) = 19+131+172=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #1383AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1383AC is #EC7C53. Grayscale: #656565. Windows color (decimal): -15498324 or 11305747. OLE color: 11305747.

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

Color convert

RGB 19 131 172 -
CMYK 0.89 0.24 0 0.33
HSL 196.08º 0.8% 0.37% -
HSV(B) 196.08º 0.89% 0.67% -
XYZ 15.83 19.35 41.93 -
YUV 102.19 167.39 68.67 -
System Red Green Blue C M Y K H S L
Decimal 19 131 172 0.89 0.24 0 0.33 196.08 0.8 0.37
Hex 13 83 AC 59 18 0 21 C4 50 25
Octal 23 203 254 131 30 0 41 304 120 45
Binary 10011 10000011 10101100 1011001 11000 0 100001 11000100 1010000 100101

Color Harmonies of #1383AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1383AC

Black with #1383AC

Text Example


Text Example

White with #1383AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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