Html Css Color HEX #153F7F Dark Cerulean

📋 copy color: '#153F7F'

red 21 ◦ green 63 ◦ blue 127

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

Shades of Dark Cerulean #153F7F

Tints of Dark Cerulean #153F7F

RGB

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

 GREEN value IS 63 (25% from 255) = 29.86%

 BLUE value IS 127 (50% from 255) = 60.19%

R = 9.95%
G = 29.86%
B = 60.19%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#153F7F (or 0x153F7F) is known color: Dark Cerulean. HEX triplet: 15, 3F and 7F. RGB value is (21,63,127). Sum of RGB (Red+Green+Blue) = 21+63+127=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #153F7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F7F is #EAC080. Grayscale: #393939. Windows color (decimal): -15384705 or 8339221. OLE color: 8339221.

HSL color Cylindrical-coordinate representation of color #153F7F: hue angle of 216.23º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #153F7F is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 63 127 -
CMYK 0.83 0.50 0 0.50
HSL 216.23º 0.72% 0.29% -
HSV(B) 216.23º 0.83% 0.5% -
XYZ 5.92 5.25 20.78 -
YUV 57.74 167.09 101.8 -
System Red Green Blue C M Y K H S L
Decimal 21 63 127 0.83 0.50 0 0.50 216.23 0.72 0.29
Hex 15 3F 7F 53 32 0 32 D8 48 1D
Octal 25 77 177 123 62 0 62 330 110 35
Binary 10101 111111 1111111 1010011 110010 0 110010 11011000 1001000 11101

Color Harmonies of #153F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F7F

Black with #153F7F

Text Example


Text Example

White with #153F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,63,127); }

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

background-color css

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

 a { background-color: rgb(21,63,127); }

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

border-color css

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

 span { border-color: rgb(21,63,127); }

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