Html Css Color HEX #1975AF Cerulean

📋 copy color: '#1975AF'

red 25 ◦ green 117 ◦ blue 175

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

Shades of Cerulean #1975AF

Tints of Cerulean #1975AF

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 value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1975AF (or 0x1975AF) is known color: 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

RGB 25 117 175 -
CMYK 0.86 0.33 0 0.31
HSL 203.2º 0.75% 0.39% -
HSV(B) 203.2º 0.86% 0.69% -
XYZ 14.5 16.02 42.89 -
YUV 96.1 172.52 77.28 -
System Red Green Blue C M Y K H S L
Decimal 25 117 175 0.86 0.33 0 0.31 203.2 0.75 0.39
Hex 19 75 AF 56 21 0 1F CB 4B 27
Octal 31 165 257 126 41 0 37 313 113 47
Binary 11001 1110101 10101111 1010110 100001 0 11111 11001011 1001011 100111

Color Harmonies of #1975AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1975AF

Black with #1975AF

Text Example


Text Example

White with #1975AF

Text Example


Text Example

HTML Codes & Css Web 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>