Html Css Color HEX #154585 Dark Cerulean

📋 copy color: '#154585'

red 21 ◦ green 69 ◦ blue 133

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

Shades of Dark Cerulean #154585

Tints of Dark Cerulean #154585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.94%

 BLUE value IS 133 (52.34% from 255) = 59.64%

R = 9.42%
G = 30.94%
B = 59.64%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#154585 (or 0x154585) is known color: Dark Cerulean. HEX triplet: 15, 45 and 85. RGB value is (21,69,133). Sum of RGB (Red+Green+Blue) = 21+69+133=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #154585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154585 is #EABA7A. Grayscale: #3D3D3D. Windows color (decimal): -15383163 or 8733973. OLE color: 8733973.

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

Color convert

RGB 21 69 133 -
CMYK 0.84 0.48 0 0.48
HSL 214.29º 0.73% 0.3% -
HSV(B) 214.29º 0.84% 0.52% -
XYZ 6.67 6.11 23.02 -
YUV 61.94 168.1 98.8 -
System Red Green Blue C M Y K H S L
Decimal 21 69 133 0.84 0.48 0 0.48 214.29 0.73 0.3
Hex 15 45 85 54 30 0 30 D6 49 1E
Octal 25 105 205 124 60 0 60 326 111 36
Binary 10101 1000101 10000101 1010100 110000 0 110000 11010110 1001001 11110

Color Harmonies of #154585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154585

Black with #154585

Text Example


Text Example

White with #154585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154585; }

 p { color: rgb(21,69,133); }

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

background-color css

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

 a { background-color: rgb(21,69,133); }

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

border-color css

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

 span { border-color: rgb(21,69,133); }

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