Html Css Color HEX #1975AA Cerulean

📋 copy color: '#1975AA'

red 25 ◦ green 117 ◦ blue 170

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

Shades of Cerulean #1975AA

Tints of Cerulean #1975AA

RGB

 RED value IS 25 (10.16% from 255) = 8.01%

 GREEN value IS 117 (46.09% from 255) = 37.5%

 BLUE value IS 170 (66.8% from 255) = 54.49%

R = 8.01%
G = 37.5%
B = 54.49%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1975AA (or 0x1975AA) is known color: Cerulean. HEX triplet: 19, 75 and AA. RGB value is (25,117,170). Sum of RGB (Red+Green+Blue) = 25+117+170=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #1975AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1975AA is #E68A55. Grayscale: #5F5F5F. Windows color (decimal): -15108694 or 11171097. OLE color: 11171097.

HSL color Cylindrical-coordinate representation of color #1975AA: hue angle of 201.93º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1975AA is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 117 170 -
CMYK 0.85 0.31 0 0.33
HSL 201.93º 0.74% 0.38% -
HSV(B) 201.93º 0.85% 0.67% -
XYZ 14.02 15.83 40.35 -
YUV 95.53 170.02 77.69 -
System Red Green Blue C M Y K H S L
Decimal 25 117 170 0.85 0.31 0 0.33 201.93 0.74 0.38
Hex 19 75 AA 55 1F 0 21 CA 4A 26
Octal 31 165 252 125 37 0 41 312 112 46
Binary 11001 1110101 10101010 1010101 11111 0 100001 11001010 1001010 100110

Color Harmonies of #1975AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1975AA

Black with #1975AA

Text Example


Text Example

White with #1975AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1975AA;
 }
 .AnyTagClassName
 {
   color: #1975AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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