Html Css Color HEX #153F67 Regal Blue

📋 copy color: '#153F67'

red 21 ◦ green 63 ◦ blue 103

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

Shades of Regal Blue #153F67

Tints of Regal Blue #153F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 55.08%

R = 11.23%
G = 33.69%
B = 55.08%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#153F67 (or 0x153F67) is known color: Regal Blue. HEX triplet: 15, 3F and 67. RGB value is (21,63,103). Sum of RGB (Red+Green+Blue) = 21+63+103=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #153F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F67 is #EAC098. Grayscale: #363636. Windows color (decimal): -15384729 or 6766357. OLE color: 6766357.

HSL color Cylindrical-coordinate representation of color #153F67: hue angle of 209.27º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #153F67 is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 63 103 -
CMYK 0.80 0.39 0 0.60
HSL 209.27º 0.66% 0.24% -
HSV(B) 209.27º 0.8% 0.4% -
XYZ 4.53 4.69 13.5 -
YUV 55 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 21 63 103 0.80 0.39 0 0.60 209.27 0.66 0.24
Hex 15 3F 67 50 27 0 3C D1 42 18
Octal 25 77 147 120 47 0 74 321 102 30
Binary 10101 111111 1100111 1010000 100111 0 111100 11010001 1000010 11000

Color Harmonies of #153F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F67

Black with #153F67

Text Example


Text Example

White with #153F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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