Html Css Color HEX #1874A6 Cerulean

📋 copy color: '#1874A6'

red 24 ◦ green 116 ◦ blue 166

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

Shades of Cerulean #1874A6

Tints of Cerulean #1874A6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.91%

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

R = 7.84%
G = 37.91%
B = 54.25%

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

#1874A6 (or 0x1874A6) is known color: Cerulean. HEX triplet: 18, 74 and A6. RGB value is (24,116,166). Sum of RGB (Red+Green+Blue) = 24+116+166=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 166 (65.23% from 255 or 54.25% from 306); Max value from RGB is 166 - color contains mainly: blue. Hex color #1874A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1874A6 is #E78B59. Grayscale: #5D5D5D. Windows color (decimal): -15174490 or 10908696. OLE color: 10908696.

HSL color Cylindrical-coordinate representation of color #1874A6: hue angle of 201.13º 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 #1874A6 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 116 166 -
CMYK 0.86 0.30 0 0.35
HSL 201.13º 0.75% 0.37% -
HSV(B) 201.13º 0.86% 0.65% -
XYZ 13.51 15.44 38.34 -
YUV 94.19 168.52 77.93 -
System Red Green Blue C M Y K H S L
Decimal 24 116 166 0.86 0.30 0 0.35 201.13 0.75 0.37
Hex 18 74 A6 56 1E 0 23 C9 4B 25
Octal 30 164 246 126 36 0 43 311 113 45
Binary 11000 1110100 10100110 1010110 11110 0 100011 11001001 1001011 100101

Color Harmonies of #1874A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1874A6

Black with #1874A6

Text Example


Text Example

White with #1874A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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