Html Css Color HEX #1382B0 Cerulean

📋 copy color: '#1382B0'

red 19 ◦ green 130 ◦ blue 176

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

Shades of Cerulean #1382B0

Tints of Cerulean #1382B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 54.15%

R = 5.85%
G = 40%
B = 54.15%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1382B0 (or 0x1382B0) is known color: Cerulean. HEX triplet: 13, 82 and B0. RGB value is (19,130,176). Sum of RGB (Red+Green+Blue) = 19+130+176=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #1382B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1382B0 is #EC7D4F. Grayscale: #656565. Windows color (decimal): -15498576 or 11567635. OLE color: 11567635.

HSL color Cylindrical-coordinate representation of color #1382B0: hue angle of 197.58º degrees, saturation: 0.81, 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 #1382B0 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 130 176 -
CMYK 0.89 0.26 0 0.31
HSL 197.58º 0.81% 0.38% -
HSV(B) 197.58º 0.89% 0.69% -
XYZ 16.09 19.24 43.94 -
YUV 102.06 169.73 68.76 -
System Red Green Blue C M Y K H S L
Decimal 19 130 176 0.89 0.26 0 0.31 197.58 0.81 0.38
Hex 13 82 B0 59 1A 0 1F C6 51 26
Octal 23 202 260 131 32 0 37 306 121 46
Binary 10011 10000010 10110000 1011001 11010 0 11111 11000110 1010001 100110

Color Harmonies of #1382B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1382B0

Black with #1382B0

Text Example


Text Example

White with #1382B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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