Html Css Color HEX #153D7C Dark Cerulean

📋 copy color: '#153D7C'

red 21 ◦ green 61 ◦ blue 124

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

Shades of Dark Cerulean #153D7C

Tints of Dark Cerulean #153D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 60.19%

R = 10.19%
G = 29.61%
B = 60.19%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#153D7C (or 0x153D7C) is known color: Dark Cerulean. HEX triplet: 15, 3D and 7C. RGB value is (21,61,124). Sum of RGB (Red+Green+Blue) = 21+61+124=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #153D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D7C is #EAC283. Grayscale: #373737. Windows color (decimal): -15385220 or 8142101. OLE color: 8142101.

HSL color Cylindrical-coordinate representation of color #153D7C: hue angle of 216.7º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #153D7C is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 61 124 -
CMYK 0.83 0.51 0 0.51
HSL 216.7º 0.71% 0.28% -
HSV(B) 216.7º 0.83% 0.49% -
XYZ 5.62 4.95 19.73 -
YUV 56.22 166.25 102.88 -
System Red Green Blue C M Y K H S L
Decimal 21 61 124 0.83 0.51 0 0.51 216.7 0.71 0.28
Hex 15 3D 7C 53 33 0 33 D9 47 1C
Octal 25 75 174 123 63 0 63 331 107 34
Binary 10101 111101 1111100 1010011 110011 0 110011 11011001 1000111 11100

Color Harmonies of #153D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D7C

Black with #153D7C

Text Example


Text Example

White with #153D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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