Html Css Color HEX #154175 Dark Cerulean

📋 copy color: '#154175'

red 21 ◦ green 65 ◦ blue 117

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

Shades of Dark Cerulean #154175

Tints of Dark Cerulean #154175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.02%

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

R = 10.34%
G = 32.02%
B = 57.64%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#154175 (or 0x154175) is known color: Dark Cerulean. HEX triplet: 15, 41 and 75. RGB value is (21,65,117). Sum of RGB (Red+Green+Blue) = 21+65+117=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #154175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154175 is #EABE8A. Grayscale: #393939. Windows color (decimal): -15384203 or 7684373. OLE color: 7684373.

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

Color convert

RGB 21 65 117 -
CMYK 0.82 0.44 0 0.54
HSL 212.5º 0.7% 0.27% -
HSV(B) 212.5º 0.82% 0.46% -
XYZ 5.41 5.22 17.55 -
YUV 57.77 161.42 101.77 -
System Red Green Blue C M Y K H S L
Decimal 21 65 117 0.82 0.44 0 0.54 212.5 0.7 0.27
Hex 15 41 75 52 2C 0 36 D4 46 1B
Octal 25 101 165 122 54 0 66 324 106 33
Binary 10101 1000001 1110101 1010010 101100 0 110110 11010100 1000110 11011

Color Harmonies of #154175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154175

Black with #154175

Text Example


Text Example

White with #154175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154175; }

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

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

background-color css

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

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

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

border-color css

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

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

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