Html Css Color HEX #1374AA Cerulean

📋 copy color: '#1374AA'

red 19 ◦ green 116 ◦ blue 170

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

Shades of Cerulean #1374AA

Tints of Cerulean #1374AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.03%

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

R = 6.23%
G = 38.03%
B = 55.74%

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

#1374AA (or 0x1374AA) is known color: Cerulean. HEX triplet: 13, 74 and AA. RGB value is (19,116,170). Sum of RGB (Red+Green+Blue) = 19+116+170=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #1374AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1374AA is #EC8B55. Grayscale: #5C5C5C. Windows color (decimal): -15502166 or 11170835. OLE color: 11170835.

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

Color convert

RGB 19 116 170 -
CMYK 0.89 0.32 0 0.33
HSL 201.46º 0.8% 0.37% -
HSV(B) 201.46º 0.89% 0.67% -
XYZ 13.77 15.53 40.3 -
YUV 93.15 171.36 75.11 -
System Red Green Blue C M Y K H S L
Decimal 19 116 170 0.89 0.32 0 0.33 201.46 0.8 0.37
Hex 13 74 AA 59 20 0 21 C9 50 25
Octal 23 164 252 131 40 0 41 311 120 45
Binary 10011 1110100 10101010 1011001 100000 0 100001 11001001 1010000 100101

Color Harmonies of #1374AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1374AA

Black with #1374AA

Text Example


Text Example

White with #1374AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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