Html Css Color HEX #154367 Regal Blue

📋 copy color: '#154367'

red 21 ◦ green 67 ◦ blue 103

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

Shades of Regal Blue #154367

Tints of Regal Blue #154367

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.08%

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

R = 10.99%
G = 35.08%
B = 53.93%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#154367 (or 0x154367) is known color: Regal Blue. HEX triplet: 15, 43 and 67. RGB value is (21,67,103). Sum of RGB (Red+Green+Blue) = 21+67+103=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #154367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154367 is #EABC98. Grayscale: #393939. Windows color (decimal): -15383705 or 6767381. OLE color: 6767381.

HSL color Cylindrical-coordinate representation of color #154367: hue angle of 206.34º 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 #154367 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 67 103 -
CMYK 0.80 0.35 0 0.60
HSL 206.34º 0.66% 0.24% -
HSV(B) 206.34º 0.8% 0.4% -
XYZ 4.76 5.15 13.58 -
YUV 57.35 153.76 102.07 -
System Red Green Blue C M Y K H S L
Decimal 21 67 103 0.80 0.35 0 0.60 206.34 0.66 0.24
Hex 15 43 67 50 23 0 3C CE 42 18
Octal 25 103 147 120 43 0 74 316 102 30
Binary 10101 1000011 1100111 1010000 100011 0 111100 11001110 1000010 11000

Color Harmonies of #154367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154367

Black with #154367

Text Example


Text Example

White with #154367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154367; }

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

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

background-color css

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

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

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

border-color css

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

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

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