Html Css Color HEX #155083 Dark Cerulean

📋 copy color: '#155083'

red 21 ◦ green 80 ◦ blue 131

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

Shades of Dark Cerulean #155083

Tints of Dark Cerulean #155083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 56.47%

R = 9.05%
G = 34.48%
B = 56.47%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#155083 (or 0x155083) is known color: Dark Cerulean. HEX triplet: 15, 50 and 83. RGB value is (21,80,131). Sum of RGB (Red+Green+Blue) = 21+80+131=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #155083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155083 is #EAAF7C. Grayscale: #434343. Windows color (decimal): -15380349 or 8605717. OLE color: 8605717.

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

Color convert

RGB 21 80 131 -
CMYK 0.84 0.39 0 0.49
HSL 207.82º 0.72% 0.3% -
HSV(B) 207.82º 0.84% 0.51% -
XYZ 7.27 7.54 22.54 -
YUV 68.17 163.45 94.35 -
System Red Green Blue C M Y K H S L
Decimal 21 80 131 0.84 0.39 0 0.49 207.82 0.72 0.3
Hex 15 50 83 54 27 0 31 D0 48 1E
Octal 25 120 203 124 47 0 61 320 110 36
Binary 10101 1010000 10000011 1010100 100111 0 110001 11010000 1001000 11110

Color Harmonies of #155083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155083

Black with #155083

Text Example


Text Example

White with #155083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155083; }

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

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

background-color css

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

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

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

border-color css

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

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

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