Html Css Color HEX #1373AF Cerulean

📋 copy color: '#1373AF'

red 19 ◦ green 115 ◦ blue 175

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

Shades of Cerulean #1373AF

Tints of Cerulean #1373AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.63%

R = 6.15%
G = 37.22%
B = 56.63%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1373AF (or 0x1373AF) is known color: Cerulean. HEX triplet: 13, 73 and AF. RGB value is (19,115,175). Sum of RGB (Red+Green+Blue) = 19+115+175=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #1373AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1373AF is #EC8C50. Grayscale: #5C5C5C. Windows color (decimal): -15502417 or 11498259. OLE color: 11498259.

HSL color Cylindrical-coordinate representation of color #1373AF: hue angle of 203.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1373AF is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 115 175 -
CMYK 0.89 0.34 0 0.31
HSL 203.08º 0.8% 0.38% -
HSV(B) 203.08º 0.89% 0.69% -
XYZ 14.14 15.5 42.8 -
YUV 93.14 174.2 75.12 -
System Red Green Blue C M Y K H S L
Decimal 19 115 175 0.89 0.34 0 0.31 203.08 0.8 0.38
Hex 13 73 AF 59 22 0 1F CB 50 26
Octal 23 163 257 131 42 0 37 313 120 46
Binary 10011 1110011 10101111 1011001 100010 0 11111 11001011 1010000 100110

Color Harmonies of #1373AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1373AF

Black with #1373AF

Text Example


Text Example

White with #1373AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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