Html Css Color HEX #1583AF Cerulean

📋 copy color: '#1583AF'

red 21 ◦ green 131 ◦ blue 175

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

Shades of Cerulean #1583AF

Tints of Cerulean #1583AF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.06%

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

R = 6.42%
G = 40.06%
B = 53.52%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1583AF (or 0x1583AF) is known color: Cerulean. HEX triplet: 15, 83 and AF. RGB value is (21,131,175). Sum of RGB (Red+Green+Blue) = 21+131+175=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #1583AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1583AF is #EA7C50. Grayscale: #666666. Windows color (decimal): -15367249 or 11502357. OLE color: 11502357.

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

Color convert

RGB 21 131 175 -
CMYK 0.88 0.25 0 0.31
HSL 197.14º 0.79% 0.38% -
HSV(B) 197.14º 0.88% 0.69% -
XYZ 16.16 19.49 43.47 -
YUV 103.13 168.56 69.42 -
System Red Green Blue C M Y K H S L
Decimal 21 131 175 0.88 0.25 0 0.31 197.14 0.79 0.38
Hex 15 83 AF 58 19 0 1F C5 4F 26
Octal 25 203 257 130 31 0 37 305 117 46
Binary 10101 10000011 10101111 1011000 11001 0 11111 11000101 1001111 100110

Color Harmonies of #1583AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1583AF

Black with #1583AF

Text Example


Text Example

White with #1583AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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