Html Css Color HEX #154682 Dark Cerulean

📋 copy color: '#154682'

red 21 ◦ green 70 ◦ blue 130

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

Shades of Dark Cerulean #154682

Tints of Dark Cerulean #154682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.67%

 BLUE value IS 130 (51.17% from 255) = 58.82%

R = 9.5%
G = 31.67%
B = 58.82%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#154682 (or 0x154682) is known color: Dark Cerulean. HEX triplet: 15, 46 and 82. RGB value is (21,70,130). Sum of RGB (Red+Green+Blue) = 21+70+130=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #154682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154682 is #EAB97D. Grayscale: #3D3D3D. Windows color (decimal): -15382910 or 8537621. OLE color: 8537621.

HSL color Cylindrical-coordinate representation of color #154682: hue angle of 213.03º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154682 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 70 130 -
CMYK 0.84 0.46 0 0.49
HSL 213.03º 0.72% 0.3% -
HSV(B) 213.03º 0.84% 0.51% -
XYZ 6.53 6.15 21.96 -
YUV 62.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 21 70 130 0.84 0.46 0 0.49 213.03 0.72 0.3
Hex 15 46 82 54 2E 0 31 D5 48 1E
Octal 25 106 202 124 56 0 61 325 110 36
Binary 10101 1000110 10000010 1010100 101110 0 110001 11010101 1001000 11110

Color Harmonies of #154682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154682

Black with #154682

Text Example


Text Example

White with #154682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154682; }

 p { color: rgb(21,70,130); }

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

background-color css

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

 a { background-color: rgb(21,70,130); }

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

border-color css

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

 span { border-color: rgb(21,70,130); }

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