Html Css Color HEX #1382AD Cerulean

📋 copy color: '#1382AD'

red 19 ◦ green 130 ◦ blue 173

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

Shades of Cerulean #1382AD

Tints of Cerulean #1382AD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.37%

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 5.9%
G = 40.37%
B = 53.73%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1382AD (or 0x1382AD) is known color: Cerulean. HEX triplet: 13, 82 and AD. RGB value is (19,130,173). Sum of RGB (Red+Green+Blue) = 19+130+173=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #1382AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1382AD is #EC7D52. Grayscale: #656565. Windows color (decimal): -15498579 or 11371027. OLE color: 11371027.

HSL color Cylindrical-coordinate representation of color #1382AD: hue angle of 196.75º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1382AD is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 130 173 -
CMYK 0.89 0.25 0 0.32
HSL 196.75º 0.8% 0.38% -
HSV(B) 196.75º 0.89% 0.68% -
XYZ 15.79 19.12 42.39 -
YUV 101.71 168.23 69 -
System Red Green Blue C M Y K H S L
Decimal 19 130 173 0.89 0.25 0 0.32 196.75 0.8 0.38
Hex 13 82 AD 59 19 0 20 C5 50 26
Octal 23 202 255 131 31 0 40 305 120 46
Binary 10011 10000010 10101101 1011001 11001 0 100000 11000101 1010000 100110

Color Harmonies of #1382AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1382AD

Black with #1382AD

Text Example


Text Example

White with #1382AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1382AD; }

 p { color: rgb(19,130,173); }

 H1.HeaderClassName
 {
   color: #1382AD;
 }
 .AnyTagClassName
 {
   color: #1382AD;
 }
</style>

background-color css

<style>
 a { background-color: #1382AD; }

 a { background-color: rgb(19,130,173); }

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

border-color css

<style>
 span { border-color: #1382AD; }

 span { border-color: rgb(19,130,173); }

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