Html Css Color HEX #154280 Dark Cerulean

📋 copy color: '#154280'

red 21 ◦ green 66 ◦ blue 128

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

Shades of Dark Cerulean #154280

Tints of Dark Cerulean #154280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.7%

 BLUE value IS 128 (50.39% from 255) = 59.53%

R = 9.77%
G = 30.7%
B = 59.53%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#154280 (or 0x154280) is known color: Dark Cerulean. HEX triplet: 15, 42 and 80. RGB value is (21,66,128). Sum of RGB (Red+Green+Blue) = 21+66+128=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 128 (50.39% from 255 or 59.53% from 215); Max value from RGB is 128 - color contains mainly: blue. Hex color #154280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154280 is #EABD7F. Grayscale: #3B3B3B. Windows color (decimal): -15383936 or 8405525. OLE color: 8405525.

HSL color Cylindrical-coordinate representation of color #154280: hue angle of 214.77º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154280 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 66 128 -
CMYK 0.84 0.48 0 0.50
HSL 214.77º 0.72% 0.29% -
HSV(B) 214.77º 0.84% 0.5% -
XYZ 6.15 5.61 21.18 -
YUV 59.61 166.59 100.46 -
System Red Green Blue C M Y K H S L
Decimal 21 66 128 0.84 0.48 0 0.50 214.77 0.72 0.29
Hex 15 42 80 54 30 0 32 D7 48 1D
Octal 25 102 200 124 60 0 62 327 110 35
Binary 10101 1000010 10000000 1010100 110000 0 110010 11010111 1001000 11101

Color Harmonies of #154280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154280

Black with #154280

Text Example


Text Example

White with #154280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154280; }

 p { color: rgb(21,66,128); }

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

background-color css

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

 a { background-color: rgb(21,66,128); }

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

border-color css

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

 span { border-color: rgb(21,66,128); }

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