Html Css Color HEX #1373AC Cerulean

📋 copy color: '#1373AC'

red 19 ◦ green 115 ◦ blue 172

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

Shades of Cerulean #1373AC

Tints of Cerulean #1373AC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.58%

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

R = 6.21%
G = 37.58%
B = 56.21%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1373AC (or 0x1373AC) is known color: Cerulean. HEX triplet: 13, 73 and AC. RGB value is (19,115,172). Sum of RGB (Red+Green+Blue) = 19+115+172=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #1373AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1373AC is #EC8C53. Grayscale: #5C5C5C. Windows color (decimal): -15502420 or 11301651. OLE color: 11301651.

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

Color convert

RGB 19 115 172 -
CMYK 0.89 0.33 0 0.33
HSL 202.35º 0.8% 0.37% -
HSV(B) 202.35º 0.89% 0.67% -
XYZ 13.85 15.38 41.27 -
YUV 92.79 172.7 75.37 -
System Red Green Blue C M Y K H S L
Decimal 19 115 172 0.89 0.33 0 0.33 202.35 0.8 0.37
Hex 13 73 AC 59 21 0 21 CA 50 25
Octal 23 163 254 131 41 0 41 312 120 45
Binary 10011 1110011 10101100 1011001 100001 0 100001 11001010 1010000 100101

Color Harmonies of #1373AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1373AC

Black with #1373AC

Text Example


Text Example

White with #1373AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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