Html Css Color HEX #143458 Regal Blue

📋 copy color: '#143458'

red 20 ◦ green 52 ◦ blue 88

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

Shades of Regal Blue #143458

Tints of Regal Blue #143458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.5%

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

R = 12.5%
G = 32.5%
B = 55%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#143458 (or 0x143458) is known color: Regal Blue. HEX triplet: 14, 34 and 58. RGB value is (20,52,88). Sum of RGB (Red+Green+Blue) = 20+52+88=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #143458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143458 is #EBCBA7. Grayscale: #2E2E2E. Windows color (decimal): -15453096 or 5780500. OLE color: 5780500.

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

Color convert

RGB 20 52 88 -
CMYK 0.77 0.41 0 0.65
HSL 211.76º 0.63% 0.21% -
HSV(B) 211.76º 0.77% 0.35% -
XYZ 3.28 3.31 9.7 -
YUV 46.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 20 52 88 0.77 0.41 0 0.65 211.76 0.63 0.21
Hex 14 34 58 4D 29 0 41 D4 3F 15
Octal 24 64 130 115 51 0 101 324 77 25
Binary 10100 110100 1011000 1001101 101001 0 1000001 11010100 111111 10101

Color Harmonies of #143458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143458

Black with #143458

Text Example


Text Example

White with #143458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143458; }

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

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

background-color css

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

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

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

border-color css

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

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

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