Html Css Color HEX #153862 Regal Blue

📋 copy color: '#153862'

red 21 ◦ green 56 ◦ blue 98

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

Shades of Regal Blue #153862

Tints of Regal Blue #153862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32%

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

R = 12%
G = 32%
B = 56%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153862 (or 0x153862) is known color: Regal Blue. HEX triplet: 15, 38 and 62. RGB value is (21,56,98). Sum of RGB (Red+Green+Blue) = 21+56+98=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #153862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153862 is #EAC79D. Grayscale: #323232. Windows color (decimal): -15386526 or 6436885. OLE color: 6436885.

HSL color Cylindrical-coordinate representation of color #153862: hue angle of 212.73º 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 #153862 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 56 98 -
CMYK 0.79 0.43 0 0.62
HSL 212.73º 0.65% 0.23% -
HSV(B) 212.73º 0.79% 0.38% -
XYZ 3.93 3.87 12.1 -
YUV 50.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 21 56 98 0.79 0.43 0 0.62 212.73 0.65 0.23
Hex 15 38 62 4F 2B 0 3E D5 41 17
Octal 25 70 142 117 53 0 76 325 101 27
Binary 10101 111000 1100010 1001111 101011 0 111110 11010101 1000001 10111

Color Harmonies of #153862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153862

Black with #153862

Text Example


Text Example

White with #153862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153862; }

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

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

background-color css

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

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

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

border-color css

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

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

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