Html Css Color HEX #154C7F Dark Cerulean

📋 copy color: '#154C7F'

red 21 ◦ green 76 ◦ blue 127

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

Shades of Dark Cerulean #154C7F

Tints of Dark Cerulean #154C7F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.93%

 BLUE value IS 127 (50% from 255) = 56.7%

R = 9.38%
G = 33.93%
B = 56.7%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#154C7F (or 0x154C7F) is known color: Dark Cerulean. HEX triplet: 15, 4C and 7F. RGB value is (21,76,127). Sum of RGB (Red+Green+Blue) = 21+76+127=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #154C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C7F is #EAB380. Grayscale: #414141. Windows color (decimal): -15381377 or 8342549. OLE color: 8342549.

HSL color Cylindrical-coordinate representation of color #154C7F: hue angle of 208.87º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #154C7F is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 76 127 -
CMYK 0.83 0.40 0 0.50
HSL 208.87º 0.72% 0.29% -
HSV(B) 208.87º 0.83% 0.5% -
XYZ 6.72 6.86 21.05 -
YUV 65.37 162.78 96.35 -
System Red Green Blue C M Y K H S L
Decimal 21 76 127 0.83 0.40 0 0.50 208.87 0.72 0.29
Hex 15 4C 7F 53 28 0 32 D1 48 1D
Octal 25 114 177 123 50 0 62 321 110 35
Binary 10101 1001100 1111111 1010011 101000 0 110010 11010001 1001000 11101

Color Harmonies of #154C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154C7F

Black with #154C7F

Text Example


Text Example

White with #154C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,76,127); }

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

background-color css

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

 a { background-color: rgb(21,76,127); }

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

border-color css

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

 span { border-color: rgb(21,76,127); }

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