Html Css Color HEX #1371AF Cerulean

📋 copy color: '#1371AF'

red 19 ◦ green 113 ◦ blue 175

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

Shades of Cerulean #1371AF

Tints of Cerulean #1371AF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.81%

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

R = 6.19%
G = 36.81%
B = 57%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1371AF (or 0x1371AF) is known color: Cerulean. HEX triplet: 13, 71 and AF. RGB value is (19,113,175). Sum of RGB (Red+Green+Blue) = 19+113+175=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #1371AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1371AF is #EC8E50. Grayscale: #5B5B5B. Windows color (decimal): -15502929 or 11497747. OLE color: 11497747.

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

Color convert

RGB 19 113 175 -
CMYK 0.89 0.35 0 0.31
HSL 203.85º 0.8% 0.38% -
HSV(B) 203.85º 0.89% 0.69% -
XYZ 13.91 15.04 42.73 -
YUV 91.96 174.86 75.96 -
System Red Green Blue C M Y K H S L
Decimal 19 113 175 0.89 0.35 0 0.31 203.85 0.8 0.38
Hex 13 71 AF 59 23 0 1F CC 50 26
Octal 23 161 257 131 43 0 37 314 120 46
Binary 10011 1110001 10101111 1011001 100011 0 11111 11001100 1010000 100110

Color Harmonies of #1371AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1371AF

Black with #1371AF

Text Example


Text Example

White with #1371AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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