Html Css Color HEX #1875AD Cerulean

📋 copy color: '#1875AD'

red 24 ◦ green 117 ◦ blue 173

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

Shades of Cerulean #1875AD

Tints of Cerulean #1875AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.1%

R = 7.64%
G = 37.26%
B = 55.1%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1875AD (or 0x1875AD) is known color: Cerulean. HEX triplet: 18, 75 and AD. RGB value is (24,117,173). Sum of RGB (Red+Green+Blue) = 24+117+173=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #1875AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1875AD is #E78A52. Grayscale: #5F5F5F. Windows color (decimal): -15174227 or 11367704. OLE color: 11367704.

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

Color convert

RGB 24 117 173 -
CMYK 0.86 0.32 0 0.32
HSL 202.55º 0.76% 0.39% -
HSV(B) 202.55º 0.86% 0.68% -
XYZ 14.28 15.93 41.86 -
YUV 95.58 171.69 76.95 -
System Red Green Blue C M Y K H S L
Decimal 24 117 173 0.86 0.32 0 0.32 202.55 0.76 0.39
Hex 18 75 AD 56 20 0 20 CB 4C 27
Octal 30 165 255 126 40 0 40 313 114 47
Binary 11000 1110101 10101101 1010110 100000 0 100000 11001011 1001100 100111

Color Harmonies of #1875AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1875AD

Black with #1875AD

Text Example


Text Example

White with #1875AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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