Html Css Color HEX #155082 Dark Cerulean

📋 copy color: '#155082'

red 21 ◦ green 80 ◦ blue 130

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

Shades of Dark Cerulean #155082

Tints of Dark Cerulean #155082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

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

R = 9.09%
G = 34.63%
B = 56.28%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#155082 (or 0x155082) is known color: Dark Cerulean. HEX triplet: 15, 50 and 82. RGB value is (21,80,130). Sum of RGB (Red+Green+Blue) = 21+80+130=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #155082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155082 is #EAAF7D. Grayscale: #434343. Windows color (decimal): -15380350 or 8540181. OLE color: 8540181.

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

Color convert

RGB 21 80 130 -
CMYK 0.84 0.38 0 0.49
HSL 207.52º 0.72% 0.3% -
HSV(B) 207.52º 0.84% 0.51% -
XYZ 7.21 7.51 22.19 -
YUV 68.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 21 80 130 0.84 0.38 0 0.49 207.52 0.72 0.3
Hex 15 50 82 54 26 0 31 D0 48 1E
Octal 25 120 202 124 46 0 61 320 110 36
Binary 10101 1010000 10000010 1010100 100110 0 110001 11010000 1001000 11110

Color Harmonies of #155082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155082

Black with #155082

Text Example


Text Example

White with #155082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155082; }

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

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

background-color css

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

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

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

border-color css

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

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

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