Html Css Color HEX #1875A6 Cerulean

📋 copy color: '#1875A6'

red 24 ◦ green 117 ◦ blue 166

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

Shades of Cerulean #1875A6

Tints of Cerulean #1875A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 54.07%

R = 7.82%
G = 38.11%
B = 54.07%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1875A6 (or 0x1875A6) is known color: Cerulean. HEX triplet: 18, 75 and A6. RGB value is (24,117,166). Sum of RGB (Red+Green+Blue) = 24+117+166=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 166 (65.23% from 255 or 54.07% from 307); Max value from RGB is 166 - color contains mainly: blue. Hex color #1875A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1875A6 is #E78A59. Grayscale: #5E5E5E. Windows color (decimal): -15174234 or 10908952. OLE color: 10908952.

HSL color Cylindrical-coordinate representation of color #1875A6: hue angle of 200.7º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1875A6 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 117 166 -
CMYK 0.86 0.30 0 0.35
HSL 200.7º 0.75% 0.37% -
HSV(B) 200.7º 0.86% 0.65% -
XYZ 13.62 15.67 38.38 -
YUV 94.78 168.19 77.52 -
System Red Green Blue C M Y K H S L
Decimal 24 117 166 0.86 0.30 0 0.35 200.7 0.75 0.37
Hex 18 75 A6 56 1E 0 23 C9 4B 25
Octal 30 165 246 126 36 0 43 311 113 45
Binary 11000 1110101 10100110 1010110 11110 0 100011 11001001 1001011 100101

Color Harmonies of #1875A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1875A6

Black with #1875A6

Text Example


Text Example

White with #1875A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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