Html Css Color HEX #1875AE Cerulean

📋 copy color: '#1875AE'

red 24 ◦ green 117 ◦ blue 174

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

Shades of Cerulean #1875AE

Tints of Cerulean #1875AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.24%

R = 7.62%
G = 37.14%
B = 55.24%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1875AE (or 0x1875AE) is known color: Cerulean. HEX triplet: 18, 75 and AE. RGB value is (24,117,174). Sum of RGB (Red+Green+Blue) = 24+117+174=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #1875AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1875AE is #E78A51. Grayscale: #5F5F5F. Windows color (decimal): -15174226 or 11433240. OLE color: 11433240.

HSL color Cylindrical-coordinate representation of color #1875AE: hue angle of 202.8º 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 #1875AE is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 117 174 -
CMYK 0.86 0.33 0 0.32
HSL 202.8º 0.76% 0.39% -
HSV(B) 202.8º 0.86% 0.68% -
XYZ 14.38 15.97 42.37 -
YUV 95.69 172.19 76.87 -
System Red Green Blue C M Y K H S L
Decimal 24 117 174 0.86 0.33 0 0.32 202.8 0.76 0.39
Hex 18 75 AE 56 21 0 20 CB 4C 27
Octal 30 165 256 126 41 0 40 313 114 47
Binary 11000 1110101 10101110 1010110 100001 0 100000 11001011 1001100 100111

Color Harmonies of #1875AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1875AE

Black with #1875AE

Text Example


Text Example

White with #1875AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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