Html Css Color HEX #154180 Dark Cerulean

📋 copy color: '#154180'

red 21 ◦ green 65 ◦ blue 128

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

Shades of Dark Cerulean #154180

Tints of Dark Cerulean #154180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.37%

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

R = 9.81%
G = 30.37%
B = 59.81%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#154180 (or 0x154180) is known color: Dark Cerulean. HEX triplet: 15, 41 and 80. RGB value is (21,65,128). Sum of RGB (Red+Green+Blue) = 21+65+128=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #154180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154180 is #EABE7F. Grayscale: #3A3A3A. Windows color (decimal): -15384192 or 8405269. OLE color: 8405269.

HSL color Cylindrical-coordinate representation of color #154180: hue angle of 215.33º 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 #154180 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 65 128 -
CMYK 0.84 0.49 0 0.50
HSL 215.33º 0.72% 0.29% -
HSV(B) 215.33º 0.84% 0.5% -
XYZ 6.1 5.5 21.16 -
YUV 59.03 166.92 100.88 -
System Red Green Blue C M Y K H S L
Decimal 21 65 128 0.84 0.49 0 0.50 215.33 0.72 0.29
Hex 15 41 80 54 31 0 32 D7 48 1D
Octal 25 101 200 124 61 0 62 327 110 35
Binary 10101 1000001 10000000 1010100 110001 0 110010 11010111 1001000 11101

Color Harmonies of #154180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154180

Black with #154180

Text Example


Text Example

White with #154180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154180; }

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

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

background-color css

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

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

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

border-color css

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

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

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