Html Css Color HEX #1594AF Pelorous

📋 copy color: '#1594AF'

red 21 ◦ green 148 ◦ blue 175

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

Shades of Pelorous #1594AF

Tints of Pelorous #1594AF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.02%

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

R = 6.1%
G = 43.02%
B = 50.87%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1594AF (or 0x1594AF) is known color: Pelorous. HEX triplet: 15, 94 and AF. RGB value is (21,148,175). Sum of RGB (Red+Green+Blue) = 21+148+175=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #1594AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1594AF is #EA6B50. Grayscale: #707070. Windows color (decimal): -15362897 or 11506709. OLE color: 11506709.

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

Color convert

RGB 21 148 175 -
CMYK 0.88 0.15 0 0.31
HSL 190.52º 0.79% 0.38% -
HSV(B) 190.52º 0.88% 0.69% -
XYZ 18.64 24.43 44.29 -
YUV 113.11 162.92 62.3 -
System Red Green Blue C M Y K H S L
Decimal 21 148 175 0.88 0.15 0 0.31 190.52 0.79 0.38
Hex 15 94 AF 58 F 0 1F BF 4F 26
Octal 25 224 257 130 17 0 37 277 117 46
Binary 10101 10010100 10101111 1011000 1111 0 11111 10111111 1001111 100110

Color Harmonies of #1594AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1594AF

Black with #1594AF

Text Example


Text Example

White with #1594AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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