Html Css Color HEX #1379AA Cerulean

📋 copy color: '#1379AA'

red 19 ◦ green 121 ◦ blue 170

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

Shades of Cerulean #1379AA

Tints of Cerulean #1379AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.03%

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

R = 6.13%
G = 39.03%
B = 54.84%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1379AA (or 0x1379AA) is known color: Cerulean. HEX triplet: 13, 79 and AA. RGB value is (19,121,170). Sum of RGB (Red+Green+Blue) = 19+121+170=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #1379AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1379AA is #EC8655. Grayscale: #5F5F5F. Windows color (decimal): -15500886 or 11172115. OLE color: 11172115.

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

Color convert

RGB 19 121 170 -
CMYK 0.89 0.29 0 0.33
HSL 199.47º 0.8% 0.37% -
HSV(B) 199.47º 0.89% 0.67% -
XYZ 14.36 16.72 40.5 -
YUV 96.09 169.71 73.02 -
System Red Green Blue C M Y K H S L
Decimal 19 121 170 0.89 0.29 0 0.33 199.47 0.8 0.37
Hex 13 79 AA 59 1D 0 21 C7 50 25
Octal 23 171 252 131 35 0 41 307 120 45
Binary 10011 1111001 10101010 1011001 11101 0 100001 11000111 1010000 100101

Color Harmonies of #1379AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1379AA

Black with #1379AA

Text Example


Text Example

White with #1379AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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