Html Css Color HEX #154385 Dark Cerulean

📋 copy color: '#154385'

red 21 ◦ green 67 ◦ blue 133

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

Shades of Dark Cerulean #154385

Tints of Dark Cerulean #154385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.32%

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

R = 9.5%
G = 30.32%
B = 60.18%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#154385 (or 0x154385) is known color: Dark Cerulean. HEX triplet: 15, 43 and 85. RGB value is (21,67,133). Sum of RGB (Red+Green+Blue) = 21+67+133=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #154385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154385 is #EABC7A. Grayscale: #3C3C3C. Windows color (decimal): -15383675 or 8733461. OLE color: 8733461.

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

Color convert

RGB 21 67 133 -
CMYK 0.84 0.50 0 0.48
HSL 215.36º 0.73% 0.3% -
HSV(B) 215.36º 0.84% 0.52% -
XYZ 6.55 5.87 22.98 -
YUV 60.77 168.76 99.63 -
System Red Green Blue C M Y K H S L
Decimal 21 67 133 0.84 0.50 0 0.48 215.36 0.73 0.3
Hex 15 43 85 54 32 0 30 D7 49 1E
Octal 25 103 205 124 62 0 60 327 111 36
Binary 10101 1000011 10000101 1010100 110010 0 110000 11010111 1001001 11110

Color Harmonies of #154385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154385

Black with #154385

Text Example


Text Example

White with #154385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154385; }

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

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

background-color css

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

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

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

border-color css

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

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

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