Html Css Color HEX #1574AA Cerulean

📋 copy color: '#1574AA'

red 21 ◦ green 116 ◦ blue 170

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

Shades of Cerulean #1574AA

Tints of Cerulean #1574AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.37%

R = 6.84%
G = 37.79%
B = 55.37%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1574AA (or 0x1574AA) is known color: Cerulean. HEX triplet: 15, 74 and AA. RGB value is (21,116,170). Sum of RGB (Red+Green+Blue) = 21+116+170=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #1574AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1574AA is #EA8B55. Grayscale: #5D5D5D. Windows color (decimal): -15371094 or 11170837. OLE color: 11170837.

HSL color Cylindrical-coordinate representation of color #1574AA: hue angle of 201.74º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1574AA is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 116 170 -
CMYK 0.88 0.32 0 0.33
HSL 201.75º 0.78% 0.37% -
HSV(B) 201.75º 0.88% 0.67% -
XYZ 13.81 15.55 40.3 -
YUV 93.75 171.03 76.11 -
System Red Green Blue C M Y K H S L
Decimal 21 116 170 0.88 0.32 0 0.33 201.75 0.78 0.37
Hex 15 74 AA 58 20 0 21 CA 4E 25
Octal 25 164 252 130 40 0 41 312 116 45
Binary 10101 1110100 10101010 1011000 100000 0 100001 11001010 1001110 100101

Color Harmonies of #1574AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1574AA

Black with #1574AA

Text Example


Text Example

White with #1574AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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