Html Css Color HEX #1379AC Cerulean

📋 copy color: '#1379AC'

red 19 ◦ green 121 ◦ blue 172

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

Shades of Cerulean #1379AC

Tints of Cerulean #1379AC

RGB

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

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

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

R = 6.09%
G = 38.78%
B = 55.13%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1379AC (or 0x1379AC) is known color: Cerulean. HEX triplet: 13, 79 and AC. RGB value is (19,121,172). Sum of RGB (Red+Green+Blue) = 19+121+172=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #1379AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1379AC is #EC8653. Grayscale: #606060. Windows color (decimal): -15500884 or 11303187. OLE color: 11303187.

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

Color convert

RGB 19 121 172 -
CMYK 0.89 0.30 0 0.33
HSL 200º 0.8% 0.37% -
HSV(B) 200º 0.89% 0.67% -
XYZ 14.55 16.79 41.5 -
YUV 96.32 170.71 72.85 -
System Red Green Blue C M Y K H S L
Decimal 19 121 172 0.89 0.30 0 0.33 200 0.8 0.37
Hex 13 79 AC 59 1E 0 21 C8 50 25
Octal 23 171 254 131 36 0 41 310 120 45
Binary 10011 1111001 10101100 1011001 11110 0 100001 11001000 1010000 100101

Color Harmonies of #1379AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1379AC

Black with #1379AC

Text Example


Text Example

White with #1379AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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