Html Css Color HEX #154575 Dark Cerulean

📋 copy color: '#154575'

red 21 ◦ green 69 ◦ blue 117

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

Shades of Dark Cerulean #154575

Tints of Dark Cerulean #154575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.33%

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

R = 10.14%
G = 33.33%
B = 56.52%

CMYK

 C value IS 0.82

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#154575 (or 0x154575) is known color: Dark Cerulean. HEX triplet: 15, 45 and 75. RGB value is (21,69,117). Sum of RGB (Red+Green+Blue) = 21+69+117=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #154575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154575 is #EABA8A. Grayscale: #3B3B3B. Windows color (decimal): -15383179 or 7685397. OLE color: 7685397.

HSL color Cylindrical-coordinate representation of color #154575: hue angle of 210º 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 #154575 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 69 117 -
CMYK 0.82 0.41 0 0.54
HSL 210º 0.7% 0.27% -
HSV(B) 210º 0.82% 0.46% -
XYZ 5.65 5.7 17.63 -
YUV 60.12 160.1 100.1 -
System Red Green Blue C M Y K H S L
Decimal 21 69 117 0.82 0.41 0 0.54 210 0.7 0.27
Hex 15 45 75 52 29 0 36 D2 46 1B
Octal 25 105 165 122 51 0 66 322 106 33
Binary 10101 1000101 1110101 1010010 101001 0 110110 11010010 1000110 11011

Color Harmonies of #154575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154575

Black with #154575

Text Example


Text Example

White with #154575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154575; }

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

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

background-color css

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

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

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

border-color css

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

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

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