Html Css Color HEX #1374AF Cerulean

📋 copy color: '#1374AF'

red 19 ◦ green 116 ◦ blue 175

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

Shades of Cerulean #1374AF

Tints of Cerulean #1374AF

RGB

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

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

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

R = 6.13%
G = 37.42%
B = 56.45%

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

#1374AF (or 0x1374AF) is known color: Cerulean. HEX triplet: 13, 74 and AF. RGB value is (19,116,175). Sum of RGB (Red+Green+Blue) = 19+116+175=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #1374AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1374AF is #EC8B50. Grayscale: #5D5D5D. Windows color (decimal): -15502161 or 11498515. OLE color: 11498515.

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

Color convert

RGB 19 116 175 -
CMYK 0.89 0.34 0 0.31
HSL 202.69º 0.8% 0.38% -
HSV(B) 202.69º 0.89% 0.69% -
XYZ 14.25 15.72 42.84 -
YUV 93.72 173.86 74.7 -
System Red Green Blue C M Y K H S L
Decimal 19 116 175 0.89 0.34 0 0.31 202.69 0.8 0.38
Hex 13 74 AF 59 22 0 1F CB 50 26
Octal 23 164 257 131 42 0 37 313 120 46
Binary 10011 1110100 10101111 1011001 100010 0 11111 11001011 1010000 100110

Color Harmonies of #1374AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1374AF

Black with #1374AF

Text Example


Text Example

White with #1374AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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