Html Css Color HEX #153A83 Dark Cerulean

📋 copy color: '#153A83'

red 21 ◦ green 58 ◦ blue 131

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

Shades of Dark Cerulean #153A83

Tints of Dark Cerulean #153A83

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.62%

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

R = 10%
G = 27.62%
B = 62.38%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#153A83 (or 0x153A83) is known color: Dark Cerulean. HEX triplet: 15, 3A and 83. RGB value is (21,58,131). Sum of RGB (Red+Green+Blue) = 21+58+131=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 131 (51.56% from 255 or 62.38% from 210); Max value from RGB is 131 - color contains mainly: blue. Hex color #153A83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153A83 is #EAC57C. Grayscale: #363636. Windows color (decimal): -15385981 or 8600085. OLE color: 8600085.

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

Color convert

RGB 21 58 131 -
CMYK 0.84 0.56 0 0.49
HSL 219.82º 0.72% 0.3% -
HSV(B) 219.82º 0.84% 0.51% -
XYZ 5.92 4.82 22.09 -
YUV 55.26 170.74 103.56 -
System Red Green Blue C M Y K H S L
Decimal 21 58 131 0.84 0.56 0 0.49 219.82 0.72 0.3
Hex 15 3A 83 54 38 0 31 DC 48 1E
Octal 25 72 203 124 70 0 61 334 110 36
Binary 10101 111010 10000011 1010100 111000 0 110001 11011100 1001000 11110

Color Harmonies of #153A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A83

Black with #153A83

Text Example


Text Example

White with #153A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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