Html Css Color HEX #154190 Dark Cerulean

📋 copy color: '#154190'

red 21 ◦ green 65 ◦ blue 144

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

Shades of Dark Cerulean #154190

Tints of Dark Cerulean #154190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.61%

R = 9.13%
G = 28.26%
B = 62.61%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#154190 (or 0x154190) is known color: Dark Cerulean. HEX triplet: 15, 41 and 90. RGB value is (21,65,144). Sum of RGB (Red+Green+Blue) = 21+65+144=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #154190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154190 is #EABE6F. Grayscale: #3C3C3C. Windows color (decimal): -15384176 or 9453845. OLE color: 9453845.

HSL color Cylindrical-coordinate representation of color #154190: hue angle of 218.54º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #154190 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 65 144 -
CMYK 0.85 0.55 0 0.44
HSL 218.54º 0.75% 0.32% -
HSV(B) 218.54º 0.85% 0.56% -
XYZ 7.23 5.95 27.15 -
YUV 60.85 174.92 99.58 -
System Red Green Blue C M Y K H S L
Decimal 21 65 144 0.85 0.55 0 0.44 218.54 0.75 0.32
Hex 15 41 90 55 37 0 2C DB 4B 20
Octal 25 101 220 125 67 0 54 333 113 40
Binary 10101 1000001 10010000 1010101 110111 0 101100 11011011 1001011 100000

Color Harmonies of #154190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154190

Black with #154190

Text Example


Text Example

White with #154190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154190; }

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

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

background-color css

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

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

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

border-color css

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

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

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