Html Css Color HEX #153C7A Dark Cerulean

📋 copy color: '#153C7A'

red 21 ◦ green 60 ◦ blue 122

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

Shades of Dark Cerulean #153C7A

Tints of Dark Cerulean #153C7A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.56%

 BLUE value IS 122 (48.05% from 255) = 60.1%

R = 10.34%
G = 29.56%
B = 60.1%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#153C7A (or 0x153C7A) is known color: Dark Cerulean. HEX triplet: 15, 3C and 7A. RGB value is (21,60,122). Sum of RGB (Red+Green+Blue) = 21+60+122=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #153C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C7A is #EAC385. Grayscale: #373737. Windows color (decimal): -15385478 or 8010773. OLE color: 8010773.

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

Color convert

RGB 21 60 122 -
CMYK 0.83 0.51 0 0.52
HSL 216.83º 0.71% 0.28% -
HSV(B) 216.83º 0.83% 0.48% -
XYZ 5.44 4.8 19.05 -
YUV 55.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 21 60 122 0.83 0.51 0 0.52 216.83 0.71 0.28
Hex 15 3C 7A 53 33 0 34 D9 47 1C
Octal 25 74 172 123 63 0 64 331 107 34
Binary 10101 111100 1111010 1010011 110011 0 110100 11011001 1000111 11100

Color Harmonies of #153C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C7A

Black with #153C7A

Text Example


Text Example

White with #153C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,60,122); }

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

background-color css

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

 a { background-color: rgb(21,60,122); }

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

border-color css

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

 span { border-color: rgb(21,60,122); }

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