#1975af

Color #1975AF Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1975AF

Tints of Cerulean #1975AF

Color information

#1975AF (or 0x1975AF) is unknown color: approx Cerulean. HEX triplet: 19, 75 and AF. RGB value is (25,117,175). Sum of RGB (Red+Green+Blue) = 25+117+175=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #1975AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1975AF is #E68A50. Grayscale: #5F5F5F. Windows color (decimal): -15108689 or 11498777. OLE color: 11498777.

HSL color Cylindrical-coordinate representation of color #1975AF: hue angle of 203.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1975AF is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB25117175-
CMYK0.860.3300.31
HSL203.2º75%39.22%-
HSV(B)203.2º85.71%68.63%-
XYZ14.516.0242.89-
YUV96.1172.5277.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.89%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 175 (68.75% from 255) = 55.21%
R=7.89%
G=36.91%
B=55.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251171750.860.3300.31203.27539.22
Hex1975AF562101Fcb4b27
Octal311652571264103731311347
Binary110011110101101011111010110100001011111110010111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1975af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1975af; }

 p { color: rgb(25,117,175); }

 H1.HeaderClassName
 {
   color: #1975af;
 }
 .AnyTagClassName
 {
   color: #1975af;
 }
</style>
background-color css

<style>
 a { background-color: #1975af; }

 a { background-color: rgb(25,117,175); }

 div.DivClassName
 {
   background-color: #1975af;
 }
 .BgClassName
 {
   background-color: #1975af;
 }
</style>
border-color css

<style>
 span { border-color: #1975af; }

 span { border-color: rgb(25,117,175); }

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