Html Css Color HEX #154D7C Dark Cerulean

📋 copy color: '#154D7C'

red 21 ◦ green 77 ◦ blue 124

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

Shades of Dark Cerulean #154D7C

Tints of Dark Cerulean #154D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.68%

 BLUE value IS 124 (48.83% from 255) = 55.86%

R = 9.46%
G = 34.68%
B = 55.86%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#154D7C (or 0x154D7C) is known color: Dark Cerulean. HEX triplet: 15, 4D and 7C. RGB value is (21,77,124). Sum of RGB (Red+Green+Blue) = 21+77+124=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #154D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D7C is #EAB283. Grayscale: #414141. Windows color (decimal): -15381124 or 8146197. OLE color: 8146197.

HSL color Cylindrical-coordinate representation of color #154D7C: hue angle of 207.38º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #154D7C is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 77 124 -
CMYK 0.83 0.38 0 0.51
HSL 207.38º 0.71% 0.28% -
HSV(B) 207.38º 0.83% 0.49% -
XYZ 6.6 6.92 20.06 -
YUV 65.61 160.95 96.18 -
System Red Green Blue C M Y K H S L
Decimal 21 77 124 0.83 0.38 0 0.51 207.38 0.71 0.28
Hex 15 4D 7C 53 26 0 33 CF 47 1C
Octal 25 115 174 123 46 0 63 317 107 34
Binary 10101 1001101 1111100 1010011 100110 0 110011 11001111 1000111 11100

Color Harmonies of #154D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154D7C

Black with #154D7C

Text Example


Text Example

White with #154D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154D7C; }

 p { color: rgb(21,77,124); }

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

background-color css

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

 a { background-color: rgb(21,77,124); }

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

border-color css

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

 span { border-color: rgb(21,77,124); }

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