Html Css Color HEX #154994 Dark Cerulean

📋 copy color: '#154994'

red 21 ◦ green 73 ◦ blue 148

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

Shades of Dark Cerulean #154994

Tints of Dark Cerulean #154994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

 BLUE value IS 148 (58.2% from 255) = 61.16%

R = 8.68%
G = 30.17%
B = 61.16%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#154994 (or 0x154994) is known color: Dark Cerulean. HEX triplet: 15, 49 and 94. RGB value is (21,73,148). Sum of RGB (Red+Green+Blue) = 21+73+148=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #154994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154994 is #EAB66B. Grayscale: #414141. Windows color (decimal): -15382124 or 9718037. OLE color: 9718037.

HSL color Cylindrical-coordinate representation of color #154994: hue angle of 215.43º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154994 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 73 148 -
CMYK 0.86 0.51 0 0.42
HSL 215.43º 0.75% 0.33% -
HSV(B) 215.43º 0.86% 0.58% -
XYZ 8.04 7.06 28.96 -
YUV 66 174.27 95.9 -
System Red Green Blue C M Y K H S L
Decimal 21 73 148 0.86 0.51 0 0.42 215.43 0.75 0.33
Hex 15 49 94 56 33 0 2A D7 4B 21
Octal 25 111 224 126 63 0 52 327 113 41
Binary 10101 1001001 10010100 1010110 110011 0 101010 11010111 1001011 100001

Color Harmonies of #154994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154994

Black with #154994

Text Example


Text Example

White with #154994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154994; }

 p { color: rgb(21,73,148); }

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

background-color css

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

 a { background-color: rgb(21,73,148); }

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

border-color css

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

 span { border-color: rgb(21,73,148); }

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