Html Css Color HEX #1875AC Cerulean

📋 copy color: '#1875AC'

red 24 ◦ green 117 ◦ blue 172

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

Shades of Cerulean #1875AC

Tints of Cerulean #1875AC

RGB

 RED value IS 24 (9.77% from 255) = 7.67%

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

 BLUE value IS 172 (67.58% from 255) = 54.95%

R = 7.67%
G = 37.38%
B = 54.95%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1875AC (or 0x1875AC) is known color: Cerulean. HEX triplet: 18, 75 and AC. RGB value is (24,117,172). Sum of RGB (Red+Green+Blue) = 24+117+172=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #1875AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1875AC is #E78A53. Grayscale: #5F5F5F. Windows color (decimal): -15174228 or 11302168. OLE color: 11302168.

HSL color Cylindrical-coordinate representation of color #1875AC: hue angle of 202.3º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1875AC is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 117 172 -
CMYK 0.86 0.32 0 0.33
HSL 202.3º 0.76% 0.38% -
HSV(B) 202.3º 0.86% 0.67% -
XYZ 14.18 15.9 41.35 -
YUV 95.46 171.19 77.03 -
System Red Green Blue C M Y K H S L
Decimal 24 117 172 0.86 0.32 0 0.33 202.3 0.76 0.38
Hex 18 75 AC 56 20 0 21 CA 4C 26
Octal 30 165 254 126 40 0 41 312 114 46
Binary 11000 1110101 10101100 1010110 100000 0 100001 11001010 1001100 100110

Color Harmonies of #1875AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1875AC

Black with #1875AC

Text Example


Text Example

White with #1875AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1875AC; }

 p { color: rgb(24,117,172); }

 H1.HeaderClassName
 {
   color: #1875AC;
 }
 .AnyTagClassName
 {
   color: #1875AC;
 }
</style>

background-color css

<style>
 a { background-color: #1875AC; }

 a { background-color: rgb(24,117,172); }

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

border-color css

<style>
 span { border-color: #1875AC; }

 span { border-color: rgb(24,117,172); }

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