Html Css Color HEX #1375AE Cerulean

📋 copy color: '#1375AE'

red 19 ◦ green 117 ◦ blue 174

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

Shades of Cerulean #1375AE

Tints of Cerulean #1375AE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.74%

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 6.13%
G = 37.74%
B = 56.13%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1375AE (or 0x1375AE) is known color: Cerulean. HEX triplet: 13, 75 and AE. RGB value is (19,117,174). Sum of RGB (Red+Green+Blue) = 19+117+174=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #1375AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1375AE is #EC8A51. Grayscale: #5D5D5D. Windows color (decimal): -15501906 or 11433235. OLE color: 11433235.

HSL color Cylindrical-coordinate representation of color #1375AE: hue angle of 202.06º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1375AE is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 117 174 -
CMYK 0.89 0.33 0 0.32
HSL 202.06º 0.8% 0.38% -
HSV(B) 202.06º 0.89% 0.68% -
XYZ 14.27 15.92 42.36 -
YUV 94.2 173.03 74.37 -
System Red Green Blue C M Y K H S L
Decimal 19 117 174 0.89 0.33 0 0.32 202.06 0.8 0.38
Hex 13 75 AE 59 21 0 20 CA 50 26
Octal 23 165 256 131 41 0 40 312 120 46
Binary 10011 1110101 10101110 1011001 100001 0 100000 11001010 1010000 100110

Color Harmonies of #1375AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1375AE

Black with #1375AE

Text Example


Text Example

White with #1375AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1375AE; }

 p { color: rgb(19,117,174); }

 H1.HeaderClassName
 {
   color: #1375AE;
 }
 .AnyTagClassName
 {
   color: #1375AE;
 }
</style>

background-color css

<style>
 a { background-color: #1375AE; }

 a { background-color: rgb(19,117,174); }

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

border-color css

<style>
 span { border-color: #1375AE; }

 span { border-color: rgb(19,117,174); }

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