Html Css Color HEX #154382 Dark Cerulean

📋 copy color: '#154382'

red 21 ◦ green 67 ◦ blue 130

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

Shades of Dark Cerulean #154382

Tints of Dark Cerulean #154382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.73%

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

R = 9.63%
G = 30.73%
B = 59.63%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#154382 (or 0x154382) is known color: Dark Cerulean. HEX triplet: 15, 43 and 82. RGB value is (21,67,130). Sum of RGB (Red+Green+Blue) = 21+67+130=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #154382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154382 is #EABC7D. Grayscale: #3C3C3C. Windows color (decimal): -15383678 or 8536853. OLE color: 8536853.

HSL color Cylindrical-coordinate representation of color #154382: hue angle of 214.68º 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 #154382 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 67 130 -
CMYK 0.84 0.48 0 0.49
HSL 214.68º 0.72% 0.3% -
HSV(B) 214.68º 0.84% 0.51% -
XYZ 6.35 5.79 21.9 -
YUV 60.43 167.26 99.88 -
System Red Green Blue C M Y K H S L
Decimal 21 67 130 0.84 0.48 0 0.49 214.68 0.72 0.3
Hex 15 43 82 54 30 0 31 D7 48 1E
Octal 25 103 202 124 60 0 61 327 110 36
Binary 10101 1000011 10000010 1010100 110000 0 110001 11010111 1001000 11110

Color Harmonies of #154382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154382

Black with #154382

Text Example


Text Example

White with #154382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154382; }

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

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

background-color css

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

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

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

border-color css

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

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

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