Html Css Color HEX #154486 Dark Cerulean

📋 copy color: '#154486'

red 21 ◦ green 68 ◦ blue 134

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

Shades of Dark Cerulean #154486

Tints of Dark Cerulean #154486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.49%

 BLUE value IS 134 (52.73% from 255) = 60.09%

R = 9.42%
G = 30.49%
B = 60.09%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#154486 (or 0x154486) is known color: Dark Cerulean. HEX triplet: 15, 44 and 86. RGB value is (21,68,134). Sum of RGB (Red+Green+Blue) = 21+68+134=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #154486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154486 is #EABB79. Grayscale: #3D3D3D. Windows color (decimal): -15383418 or 8799253. OLE color: 8799253.

HSL color Cylindrical-coordinate representation of color #154486: hue angle of 215.04º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154486 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 68 134 -
CMYK 0.84 0.49 0 0.47
HSL 215.04º 0.73% 0.3% -
HSV(B) 215.04º 0.84% 0.53% -
XYZ 6.68 6.01 23.36 -
YUV 61.47 168.93 99.13 -
System Red Green Blue C M Y K H S L
Decimal 21 68 134 0.84 0.49 0 0.47 215.04 0.73 0.3
Hex 15 44 86 54 31 0 2F D7 49 1E
Octal 25 104 206 124 61 0 57 327 111 36
Binary 10101 1000100 10000110 1010100 110001 0 101111 11010111 1001001 11110

Color Harmonies of #154486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154486

Black with #154486

Text Example


Text Example

White with #154486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154486; }

 p { color: rgb(21,68,134); }

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

background-color css

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

 a { background-color: rgb(21,68,134); }

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

border-color css

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

 span { border-color: rgb(21,68,134); }

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