Html Css Color HEX #1574B1 Cerulean

📋 copy color: '#1574B1'

red 21 ◦ green 116 ◦ blue 177

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

Shades of Cerulean #1574B1

Tints of Cerulean #1574B1

RGB

 RED value IS 21 (8.59% from 255) = 6.69%

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

 BLUE value IS 177 (69.53% from 255) = 56.37%

R = 6.69%
G = 36.94%
B = 56.37%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1574B1 (or 0x1574B1) is known color: Cerulean. HEX triplet: 15, 74 and B1. RGB value is (21,116,177). Sum of RGB (Red+Green+Blue) = 21+116+177=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 177 (69.53% from 255 or 56.37% from 314); Max value from RGB is 177 - color contains mainly: blue. Hex color #1574B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1574B1 is #EA8B4E. Grayscale: #5E5E5E. Windows color (decimal): -15371087 or 11629589. OLE color: 11629589.

HSL color Cylindrical-coordinate representation of color #1574B1: hue angle of 203.46º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1574B1 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 116 177 -
CMYK 0.88 0.34 0 0.31
HSL 203.46º 0.79% 0.39% -
HSV(B) 203.46º 0.88% 0.69% -
XYZ 14.49 15.82 43.89 -
YUV 94.55 174.53 75.54 -
System Red Green Blue C M Y K H S L
Decimal 21 116 177 0.88 0.34 0 0.31 203.46 0.79 0.39
Hex 15 74 B1 58 22 0 1F CB 4F 27
Octal 25 164 261 130 42 0 37 313 117 47
Binary 10101 1110100 10110001 1011000 100010 0 11111 11001011 1001111 100111

Color Harmonies of #1574B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1574B1

Black with #1574B1

Text Example


Text Example

White with #1574B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1574B1; }

 p { color: rgb(21,116,177); }

 H1.HeaderClassName
 {
   color: #1574B1;
 }
 .AnyTagClassName
 {
   color: #1574B1;
 }
</style>

background-color css

<style>
 a { background-color: #1574B1; }

 a { background-color: rgb(21,116,177); }

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

border-color css

<style>
 span { border-color: #1574B1; }

 span { border-color: rgb(21,116,177); }

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