Html Css Color HEX #1377AF Cerulean

📋 copy color: '#1377AF'

red 19 ◦ green 119 ◦ blue 175

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

Shades of Cerulean #1377AF

Tints of Cerulean #1377AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.02%

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

R = 6.07%
G = 38.02%
B = 55.91%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1377AF (or 0x1377AF) is known color: Cerulean. HEX triplet: 13, 77 and AF. RGB value is (19,119,175). Sum of RGB (Red+Green+Blue) = 19+119+175=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #1377AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1377AF is #EC8850. Grayscale: #5F5F5F. Windows color (decimal): -15501393 or 11499283. OLE color: 11499283.

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

Color convert

RGB 19 119 175 -
CMYK 0.89 0.32 0 0.31
HSL 201.54º 0.8% 0.38% -
HSV(B) 201.54º 0.89% 0.69% -
XYZ 14.6 16.43 42.96 -
YUV 95.48 172.87 73.45 -
System Red Green Blue C M Y K H S L
Decimal 19 119 175 0.89 0.32 0 0.31 201.54 0.8 0.38
Hex 13 77 AF 59 20 0 1F CA 50 26
Octal 23 167 257 131 40 0 37 312 120 46
Binary 10011 1110111 10101111 1011001 100000 0 11111 11001010 1010000 100110

Color Harmonies of #1377AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1377AF

Black with #1377AF

Text Example


Text Example

White with #1377AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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