Html Css Color HEX #143356 Regal Blue

📋 copy color: '#143356'

red 20 ◦ green 51 ◦ blue 86

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

Shades of Regal Blue #143356

Tints of Regal Blue #143356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 54.78%

R = 12.74%
G = 32.48%
B = 54.78%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#143356 (or 0x143356) is known color: Regal Blue. HEX triplet: 14, 33 and 56. RGB value is (20,51,86). Sum of RGB (Red+Green+Blue) = 20+51+86=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #143356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143356 is #EBCCA9. Grayscale: #2D2D2D. Windows color (decimal): -15453354 or 5649172. OLE color: 5649172.

HSL color Cylindrical-coordinate representation of color #143356: hue angle of 211.82º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #143356 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 51 86 -
CMYK 0.77 0.41 0 0.66
HSL 211.82º 0.62% 0.21% -
HSV(B) 211.82º 0.77% 0.34% -
XYZ 3.15 3.19 9.25 -
YUV 45.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 20 51 86 0.77 0.41 0 0.66 211.82 0.62 0.21
Hex 14 33 56 4D 29 0 42 D4 3E 15
Octal 24 63 126 115 51 0 102 324 76 25
Binary 10100 110011 1010110 1001101 101001 0 1000010 11010100 111110 10101

Color Harmonies of #143356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143356

Black with #143356

Text Example


Text Example

White with #143356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143356; }

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

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

background-color css

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

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

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

border-color css

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

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

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