Html Css Color HEX #153A75 Dark Cerulean

📋 copy color: '#153A75'

red 21 ◦ green 58 ◦ blue 117

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

Shades of Dark Cerulean #153A75

Tints of Dark Cerulean #153A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 59.69%

R = 10.71%
G = 29.59%
B = 59.69%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#153A75 (or 0x153A75) is known color: Dark Cerulean. HEX triplet: 15, 3A and 75. RGB value is (21,58,117). Sum of RGB (Red+Green+Blue) = 21+58+117=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #153A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A75 is #EAC58A. Grayscale: #353535. Windows color (decimal): -15385995 or 7682581. OLE color: 7682581.

HSL color Cylindrical-coordinate representation of color #153A75: hue angle of 216.88º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153A75 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 58 117 -
CMYK 0.82 0.50 0 0.54
HSL 216.88º 0.7% 0.27% -
HSV(B) 216.88º 0.82% 0.46% -
XYZ 5.03 4.47 17.43 -
YUV 53.66 163.74 104.7 -
System Red Green Blue C M Y K H S L
Decimal 21 58 117 0.82 0.50 0 0.54 216.88 0.7 0.27
Hex 15 3A 75 52 32 0 36 D9 46 1B
Octal 25 72 165 122 62 0 66 331 106 33
Binary 10101 111010 1110101 1010010 110010 0 110110 11011001 1000110 11011

Color Harmonies of #153A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A75

Black with #153A75

Text Example


Text Example

White with #153A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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