Html Css Color HEX #143558 Regal Blue

📋 copy color: '#143558'

red 20 ◦ green 53 ◦ blue 88

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

Shades of Regal Blue #143558

Tints of Regal Blue #143558

RGB

 RED value IS 20 (8.2% from 255) = 12.42%

 GREEN value IS 53 (21.09% from 255) = 32.92%

 BLUE value IS 88 (34.77% from 255) = 54.66%

R = 12.42%
G = 32.92%
B = 54.66%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#143558 (or 0x143558) is known color: Regal Blue. HEX triplet: 14, 35 and 58. RGB value is (20,53,88). Sum of RGB (Red+Green+Blue) = 20+53+88=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #143558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143558 is #EBCAA7. Grayscale: #2E2E2E. Windows color (decimal): -15452840 or 5780756. OLE color: 5780756.

HSL color Cylindrical-coordinate representation of color #143558: hue angle of 210.88º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #143558 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 53 88 -
CMYK 0.77 0.40 0 0.65
HSL 210.88º 0.63% 0.21% -
HSV(B) 210.88º 0.77% 0.35% -
XYZ 3.32 3.4 9.71 -
YUV 47.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 20 53 88 0.77 0.40 0 0.65 210.88 0.63 0.21
Hex 14 35 58 4D 28 0 41 D3 3F 15
Octal 24 65 130 115 50 0 101 323 77 25
Binary 10100 110101 1011000 1001101 101000 0 1000001 11010011 111111 10101

Color Harmonies of #143558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143558

Black with #143558

Text Example


Text Example

White with #143558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143558; }

 p { color: rgb(20,53,88); }

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

background-color css

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

 a { background-color: rgb(20,53,88); }

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

border-color css

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

 span { border-color: rgb(20,53,88); }

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