Html Css Color HEX #154C75 Dark Cerulean

📋 copy color: '#154C75'

red 21 ◦ green 76 ◦ blue 117

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

Shades of Dark Cerulean #154C75

Tints of Dark Cerulean #154C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 54.67%

R = 9.81%
G = 35.51%
B = 54.67%

CMYK

 C value IS 0.82

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#154C75 (or 0x154C75) is known color: Dark Cerulean. HEX triplet: 15, 4C and 75. RGB value is (21,76,117). Sum of RGB (Red+Green+Blue) = 21+76+117=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #154C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C75 is #EAB38A. Grayscale: #404040. Windows color (decimal): -15381387 or 7687189. OLE color: 7687189.

HSL color Cylindrical-coordinate representation of color #154C75: hue angle of 205.62º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154C75 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 76 117 -
CMYK 0.82 0.35 0 0.54
HSL 205.63º 0.7% 0.27% -
HSV(B) 205.63º 0.82% 0.46% -
XYZ 6.1 6.61 17.78 -
YUV 64.23 157.78 97.17 -
System Red Green Blue C M Y K H S L
Decimal 21 76 117 0.82 0.35 0 0.54 205.63 0.7 0.27
Hex 15 4C 75 52 23 0 36 CE 46 1B
Octal 25 114 165 122 43 0 66 316 106 33
Binary 10101 1001100 1110101 1010010 100011 0 110110 11001110 1000110 11011

Color Harmonies of #154C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154C75

Black with #154C75

Text Example


Text Example

White with #154C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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