Html Css Color HEX #143152 Regal Blue

📋 copy color: '#143152'

red 20 ◦ green 49 ◦ blue 82

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

Shades of Regal Blue #143152

Tints of Regal Blue #143152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.45%

 BLUE value IS 82 (32.42% from 255) = 54.3%

R = 13.25%
G = 32.45%
B = 54.3%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#143152 (or 0x143152) is known color: Regal Blue. HEX triplet: 14, 31 and 52. RGB value is (20,49,82). Sum of RGB (Red+Green+Blue) = 20+49+82=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #143152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143152 is #EBCEAD. Grayscale: #2B2B2B. Windows color (decimal): -15453870 or 5386516. OLE color: 5386516.

HSL color Cylindrical-coordinate representation of color #143152: hue angle of 211.94º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143152 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 49 82 -
CMYK 0.76 0.40 0 0.68
HSL 211.94º 0.61% 0.2% -
HSV(B) 211.94º 0.76% 0.32% -
XYZ 2.91 2.95 8.4 -
YUV 44.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 20 49 82 0.76 0.40 0 0.68 211.94 0.61 0.2
Hex 14 31 52 4C 28 0 44 D4 3D 14
Octal 24 61 122 114 50 0 104 324 75 24
Binary 10100 110001 1010010 1001100 101000 0 1000100 11010100 111101 10100

Color Harmonies of #143152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143152

Black with #143152

Text Example


Text Example

White with #143152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143152; }

 p { color: rgb(20,49,82); }

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

background-color css

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

 a { background-color: rgb(20,49,82); }

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

border-color css

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

 span { border-color: rgb(20,49,82); }

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