Html Css Color HEX #143352 Regal Blue

📋 copy color: '#143352'

red 20 ◦ green 51 ◦ blue 82

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

Shades of Regal Blue #143352

Tints of Regal Blue #143352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.33%

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

R = 13.07%
G = 33.33%
B = 53.59%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#143352 (or 0x143352) is known color: Regal Blue. HEX triplet: 14, 33 and 52. RGB value is (20,51,82). Sum of RGB (Red+Green+Blue) = 20+51+82=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #143352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143352 is #EBCCAD. Grayscale: #2D2D2D. Windows color (decimal): -15453358 or 5387028. OLE color: 5387028.

HSL color Cylindrical-coordinate representation of color #143352: hue angle of 210º 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 #143352 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 51 82 -
CMYK 0.76 0.38 0 0.68
HSL 210º 0.61% 0.2% -
HSV(B) 210º 0.76% 0.32% -
XYZ 3 3.13 8.43 -
YUV 45.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 20 51 82 0.76 0.38 0 0.68 210 0.61 0.2
Hex 14 33 52 4C 26 0 44 D2 3D 14
Octal 24 63 122 114 46 0 104 322 75 24
Binary 10100 110011 1010010 1001100 100110 0 1000100 11010010 111101 10100

Color Harmonies of #143352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143352

Black with #143352

Text Example


Text Example

White with #143352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143352; }

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

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

background-color css

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

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

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

border-color css

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

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

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