Html Css Color HEX #1582AF Cerulean

📋 copy color: '#1582AF'

red 21 ◦ green 130 ◦ blue 175

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

Shades of Cerulean #1582AF

Tints of Cerulean #1582AF

RGB

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

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

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

R = 6.44%
G = 39.88%
B = 53.68%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1582AF (or 0x1582AF) is known color: Cerulean. HEX triplet: 15, 82 and AF. RGB value is (21,130,175). Sum of RGB (Red+Green+Blue) = 21+130+175=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #1582AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1582AF is #EA7D50. Grayscale: #666666. Windows color (decimal): -15367505 or 11502101. OLE color: 11502101.

HSL color Cylindrical-coordinate representation of color #1582AF: hue angle of 197.53º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1582AF is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 130 175 -
CMYK 0.88 0.26 0 0.31
HSL 197.53º 0.79% 0.38% -
HSV(B) 197.53º 0.88% 0.69% -
XYZ 16.03 19.22 43.42 -
YUV 102.54 168.89 69.84 -
System Red Green Blue C M Y K H S L
Decimal 21 130 175 0.88 0.26 0 0.31 197.53 0.79 0.38
Hex 15 82 AF 58 1A 0 1F C6 4F 26
Octal 25 202 257 130 32 0 37 306 117 46
Binary 10101 10000010 10101111 1011000 11010 0 11111 11000110 1001111 100110

Color Harmonies of #1582AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1582AF

Black with #1582AF

Text Example


Text Example

White with #1582AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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