Html Css Color HEX #154274 Dark Cerulean

📋 copy color: '#154274'

red 21 ◦ green 66 ◦ blue 116

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

Shades of Dark Cerulean #154274

Tints of Dark Cerulean #154274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.51%

 BLUE value IS 116 (45.7% from 255) = 57.14%

R = 10.34%
G = 32.51%
B = 57.14%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#154274 (or 0x154274) is known color: Dark Cerulean. HEX triplet: 15, 42 and 74. RGB value is (21,66,116). Sum of RGB (Red+Green+Blue) = 21+66+116=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #154274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154274 is #EABD8B. Grayscale: #393939. Windows color (decimal): -15383948 or 7619093. OLE color: 7619093.

HSL color Cylindrical-coordinate representation of color #154274: hue angle of 211.58º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154274 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 66 116 -
CMYK 0.82 0.43 0 0.55
HSL 211.58º 0.69% 0.27% -
HSV(B) 211.58º 0.82% 0.45% -
XYZ 5.41 5.32 17.26 -
YUV 58.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 21 66 116 0.82 0.43 0 0.55 211.58 0.69 0.27
Hex 15 42 74 52 2B 0 37 D4 45 1B
Octal 25 102 164 122 53 0 67 324 105 33
Binary 10101 1000010 1110100 1010010 101011 0 110111 11010100 1000101 11011

Color Harmonies of #154274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154274

Black with #154274

Text Example


Text Example

White with #154274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154274; }

 p { color: rgb(21,66,116); }

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

background-color css

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

 a { background-color: rgb(21,66,116); }

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

border-color css

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

 span { border-color: rgb(21,66,116); }

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