Html Css Color HEX #154085 Dark Cerulean

📋 copy color: '#154085'

red 21 ◦ green 64 ◦ blue 133

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

Shades of Dark Cerulean #154085

Tints of Dark Cerulean #154085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.36%

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

R = 9.63%
G = 29.36%
B = 61.01%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#154085 (or 0x154085) is known color: Dark Cerulean. HEX triplet: 15, 40 and 85. RGB value is (21,64,133). Sum of RGB (Red+Green+Blue) = 21+64+133=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #154085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154085 is #EABF7A. Grayscale: #3A3A3A. Windows color (decimal): -15384443 or 8732693. OLE color: 8732693.

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

Color convert

RGB 21 64 133 -
CMYK 0.84 0.52 0 0.48
HSL 216.96º 0.73% 0.3% -
HSV(B) 216.96º 0.84% 0.52% -
XYZ 6.38 5.52 22.92 -
YUV 59.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 21 64 133 0.84 0.52 0 0.48 216.96 0.73 0.3
Hex 15 40 85 54 34 0 30 D9 49 1E
Octal 25 100 205 124 64 0 60 331 111 36
Binary 10101 1000000 10000101 1010100 110100 0 110000 11011001 1001001 11110

Color Harmonies of #154085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154085

Black with #154085

Text Example


Text Example

White with #154085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154085; }

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

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

background-color css

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

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

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

border-color css

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

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

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