Html Css Color HEX #1373AA Cerulean

📋 copy color: '#1373AA'

red 19 ◦ green 115 ◦ blue 170

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

Shades of Cerulean #1373AA

Tints of Cerulean #1373AA

RGB

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

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

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

R = 6.25%
G = 37.83%
B = 55.92%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1373AA (or 0x1373AA) is known color: Cerulean. HEX triplet: 13, 73 and AA. RGB value is (19,115,170). Sum of RGB (Red+Green+Blue) = 19+115+170=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #1373AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1373AA is #EC8C55. Grayscale: #5C5C5C. Windows color (decimal): -15502422 or 11170579. OLE color: 11170579.

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

Color convert

RGB 19 115 170 -
CMYK 0.89 0.32 0 0.33
HSL 201.85º 0.8% 0.37% -
HSV(B) 201.85º 0.89% 0.67% -
XYZ 13.65 15.3 40.26 -
YUV 92.57 171.7 75.53 -
System Red Green Blue C M Y K H S L
Decimal 19 115 170 0.89 0.32 0 0.33 201.85 0.8 0.37
Hex 13 73 AA 59 20 0 21 CA 50 25
Octal 23 163 252 131 40 0 41 312 120 45
Binary 10011 1110011 10101010 1011001 100000 0 100001 11001010 1010000 100101

Color Harmonies of #1373AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1373AA

Black with #1373AA

Text Example


Text Example

White with #1373AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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