Html Css Color HEX #1373A4 Cerulean

📋 copy color: '#1373A4'

red 19 ◦ green 115 ◦ blue 164

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

Shades of Cerulean #1373A4

Tints of Cerulean #1373A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 55.03%

R = 6.38%
G = 38.59%
B = 55.03%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1373A4 (or 0x1373A4) is known color: Cerulean. HEX triplet: 13, 73 and A4. RGB value is (19,115,164). Sum of RGB (Red+Green+Blue) = 19+115+164=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 164 (64.45% from 255 or 55.03% from 298); Max value from RGB is 164 - color contains mainly: blue. Hex color #1373A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1373A4 is #EC8C5B. Grayscale: #5B5B5B. Windows color (decimal): -15502428 or 10777363. OLE color: 10777363.

HSL color Cylindrical-coordinate representation of color #1373A4: hue angle of 200.28º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1373A4 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 115 164 -
CMYK 0.88 0.30 0 0.36
HSL 200.28º 0.79% 0.36% -
HSV(B) 200.28º 0.88% 0.64% -
XYZ 13.1 15.08 37.34 -
YUV 91.88 168.7 76.02 -
System Red Green Blue C M Y K H S L
Decimal 19 115 164 0.88 0.30 0 0.36 200.28 0.79 0.36
Hex 13 73 A4 58 1E 0 24 C8 4F 24
Octal 23 163 244 130 36 0 44 310 117 44
Binary 10011 1110011 10100100 1011000 11110 0 100100 11001000 1001111 100100

Color Harmonies of #1373A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1373A4

Black with #1373A4

Text Example


Text Example

White with #1373A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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