Html Css Color HEX #153D8B Dark Cerulean

📋 copy color: '#153D8B'

red 21 ◦ green 61 ◦ blue 139

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

Shades of Dark Cerulean #153D8B

Tints of Dark Cerulean #153D8B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.6%

 BLUE value IS 139 (54.69% from 255) = 62.9%

R = 9.5%
G = 27.6%
B = 62.9%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#153D8B (or 0x153D8B) is known color: Dark Cerulean. HEX triplet: 15, 3D and 8B. RGB value is (21,61,139). Sum of RGB (Red+Green+Blue) = 21+61+139=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #153D8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153D8B is #EAC274. Grayscale: #393939. Windows color (decimal): -15385205 or 9125141. OLE color: 9125141.

HSL color Cylindrical-coordinate representation of color #153D8B: hue angle of 219.66º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #153D8B is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 61 139 -
CMYK 0.85 0.56 0 0.45
HSL 219.66º 0.74% 0.31% -
HSV(B) 219.66º 0.85% 0.55% -
XYZ 6.64 5.36 25.11 -
YUV 57.93 173.75 101.66 -
System Red Green Blue C M Y K H S L
Decimal 21 61 139 0.85 0.56 0 0.45 219.66 0.74 0.31
Hex 15 3D 8B 55 38 0 2D DC 4A 1F
Octal 25 75 213 125 70 0 55 334 112 37
Binary 10101 111101 10001011 1010101 111000 0 101101 11011100 1001010 11111

Color Harmonies of #153D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D8B

Black with #153D8B

Text Example


Text Example

White with #153D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,61,139); }

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

background-color css

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

 a { background-color: rgb(21,61,139); }

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

border-color css

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

 span { border-color: rgb(21,61,139); }

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