Html Css Color HEX #153962 Regal Blue

📋 copy color: '#153962'

red 21 ◦ green 57 ◦ blue 98

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

Shades of Regal Blue #153962

Tints of Regal Blue #153962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.39%

 BLUE value IS 98 (38.67% from 255) = 55.68%

R = 11.93%
G = 32.39%
B = 55.68%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153962 (or 0x153962) is known color: Regal Blue. HEX triplet: 15, 39 and 62. RGB value is (21,57,98). Sum of RGB (Red+Green+Blue) = 21+57+98=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #153962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153962 is #EAC69D. Grayscale: #323232. Windows color (decimal): -15386270 or 6437141. OLE color: 6437141.

HSL color Cylindrical-coordinate representation of color #153962: hue angle of 211.95º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153962 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 57 98 -
CMYK 0.79 0.42 0 0.62
HSL 211.95º 0.65% 0.23% -
HSV(B) 211.95º 0.79% 0.38% -
XYZ 3.98 3.97 12.11 -
YUV 50.91 154.57 106.67 -
System Red Green Blue C M Y K H S L
Decimal 21 57 98 0.79 0.42 0 0.62 211.95 0.65 0.23
Hex 15 39 62 4F 2A 0 3E D4 41 17
Octal 25 71 142 117 52 0 76 324 101 27
Binary 10101 111001 1100010 1001111 101010 0 111110 11010100 1000001 10111

Color Harmonies of #153962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153962

Black with #153962

Text Example


Text Example

White with #153962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153962; }

 p { color: rgb(21,57,98); }

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

background-color css

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

 a { background-color: rgb(21,57,98); }

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

border-color css

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

 span { border-color: rgb(21,57,98); }

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