Html Css Color HEX #143F58 Regal Blue

📋 copy color: '#143F58'

red 20 ◦ green 63 ◦ blue 88

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

Shades of Regal Blue #143F58

Tints of Regal Blue #143F58

RGB

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

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

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

R = 11.7%
G = 36.84%
B = 51.46%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#143F58 (or 0x143F58) is known color: Regal Blue. HEX triplet: 14, 3F and 58. RGB value is (20,63,88). Sum of RGB (Red+Green+Blue) = 20+63+88=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #143F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F58 is #EBC0A7. Grayscale: #343434. Windows color (decimal): -15450280 or 5783316. OLE color: 5783316.

HSL color Cylindrical-coordinate representation of color #143F58: hue angle of 202.06º 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 #143F58 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 63 88 -
CMYK 0.77 0.28 0 0.65
HSL 202.06º 0.63% 0.21% -
HSV(B) 202.06º 0.77% 0.35% -
XYZ 3.83 4.41 9.88 -
YUV 52.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 20 63 88 0.77 0.28 0 0.65 202.06 0.63 0.21
Hex 14 3F 58 4D 1C 0 41 CA 3F 15
Octal 24 77 130 115 34 0 101 312 77 25
Binary 10100 111111 1011000 1001101 11100 0 1000001 11001010 111111 10101

Color Harmonies of #143F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F58

Black with #143F58

Text Example


Text Example

White with #143F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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