Html Css Color HEX #1582BD Cerulean

📋 copy color: '#1582BD'

red 21 ◦ green 130 ◦ blue 189

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

Shades of Cerulean #1582BD

Tints of Cerulean #1582BD

RGB

 RED value IS 21 (8.59% from 255) = 6.18%

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

 BLUE value IS 189 (74.22% from 255) = 55.59%

R = 6.18%
G = 38.24%
B = 55.59%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1582BD (or 0x1582BD) is known color: Cerulean. HEX triplet: 15, 82 and BD. RGB value is (21,130,189). Sum of RGB (Red+Green+Blue) = 21+130+189=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #1582BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1582BD is #EA7D42. Grayscale: #676767. Windows color (decimal): -15367491 or 12419605. OLE color: 12419605.

HSL color Cylindrical-coordinate representation of color #1582BD: hue angle of 201.07º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1582BD is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 130 189 -
CMYK 0.89 0.31 0 0.26
HSL 201.07º 0.8% 0.41% -
HSV(B) 201.07º 0.89% 0.74% -
XYZ 17.48 19.8 51.04 -
YUV 104.14 175.89 68.7 -
System Red Green Blue C M Y K H S L
Decimal 21 130 189 0.89 0.31 0 0.26 201.07 0.8 0.41
Hex 15 82 BD 59 1F 0 1A C9 50 29
Octal 25 202 275 131 37 0 32 311 120 51
Binary 10101 10000010 10111101 1011001 11111 0 11010 11001001 1010000 101001

Color Harmonies of #1582BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1582BD

Black with #1582BD

Text Example


Text Example

White with #1582BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1582BD; }

 p { color: rgb(21,130,189); }

 H1.HeaderClassName
 {
   color: #1582BD;
 }
 .AnyTagClassName
 {
   color: #1582BD;
 }
</style>

background-color css

<style>
 a { background-color: #1582BD; }

 a { background-color: rgb(21,130,189); }

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

border-color css

<style>
 span { border-color: #1582BD; }

 span { border-color: rgb(21,130,189); }

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